Html Css Color HEX #0263DF Navy Blue

📋 copy color: '#0263DF'

red 2 ◦ green 99 ◦ blue 223

#0263DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0263DF

Tints of Navy Blue #0263DF

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 0.62%
G = 30.56%
B = 68.83%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0263DF (or 0x0263DF) is known color: Navy Blue. HEX triplet: 02, 63 and DF. RGB value is (2,99,223). Sum of RGB (Red+Green+Blue) = 2+99+223=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #0263DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263DF is #FD9C20. Grayscale: #535353. Windows color (decimal): -16620577 or 14639874. OLE color: 14639874.

HSL color Cylindrical-coordinate representation of color #0263DF: hue angle of 213.67º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263DF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 99 223 -
CMYK 0.99 0.56 0 0.13
HSL 213.67º 0.98% 0.44% -
HSV(B) 213.67º 0.99% 0.87% -
XYZ 17.81 14.26 71.63 -
YUV 84.13 206.36 69.42 -
System Red Green Blue C M Y K H S L
Decimal 2 99 223 0.99 0.56 0 0.13 213.67 0.98 0.44
Hex 2 63 DF 63 38 0 D D6 62 2C
Octal 2 143 337 143 70 0 15 326 142 54
Binary 10 1100011 11011111 1100011 111000 0 1101 11010110 1100010 101100

Color Harmonies of #0263DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263DF

Black with #0263DF

Text Example


Text Example

White with #0263DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0263DF; }

 p { color: rgb(2,99,223); }

 H1.HeaderClassName
 {
   color: #0263DF;
 }
 .AnyTagClassName
 {
   color: #0263DF;
 }
</style>

background-color css

<style>
 a { background-color: #0263DF; }

 a { background-color: rgb(2,99,223); }

 div.DivClassName
 {
   background-color: #0263DF;
 }
 .BgClassName
 {
   background-color: #0263DF;
 }
</style>

border-color css

<style>
 span { border-color: #0263DF; }

 span { border-color: rgb(2,99,223); }

 td.TdClassName
 {
   border-color: #0263DF;
 }
 .TagClassName
 {
   border-color: #0263DF;
 }
</style>