Html Css Color HEX #0267CC Navy Blue

📋 copy color: '#0267CC'

red 2 ◦ green 103 ◦ blue 204

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

Shades of Navy Blue #0267CC

Tints of Navy Blue #0267CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 0.65%
G = 33.33%
B = 66.02%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0267CC (or 0x0267CC) is known color: Navy Blue. HEX triplet: 02, 67 and CC. RGB value is (2,103,204). Sum of RGB (Red+Green+Blue) = 2+103+204=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0267CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267CC is #FD9833. Grayscale: #535353. Windows color (decimal): -16619572 or 13395714. OLE color: 13395714.

HSL color Cylindrical-coordinate representation of color #0267CC: hue angle of 210º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267CC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 103 204 -
CMYK 0.99 0.50 0 0.2
HSL 210º 0.98% 0.4% -
HSV(B) 210º 0.99% 0.8% -
XYZ 15.77 14.07 59.01 -
YUV 84.32 195.54 69.29 -
System Red Green Blue C M Y K H S L
Decimal 2 103 204 0.99 0.50 0 0.2 210 0.98 0.4
Hex 2 67 CC 63 32 0 14 D2 62 28
Octal 2 147 314 143 62 0 24 322 142 50
Binary 10 1100111 11001100 1100011 110010 0 10100 11010010 1100010 101000

Color Harmonies of #0267CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267CC

Black with #0267CC

Text Example


Text Example

White with #0267CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0267CC; }

 p { color: rgb(2,103,204); }

 H1.HeaderClassName
 {
   color: #0267CC;
 }
 .AnyTagClassName
 {
   color: #0267CC;
 }
</style>

background-color css

<style>
 a { background-color: #0267CC; }

 a { background-color: rgb(2,103,204); }

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

border-color css

<style>
 span { border-color: #0267CC; }

 span { border-color: rgb(2,103,204); }

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