#0067CA

Color #0067CA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0067CA

Tints of Navy Blue #0067CA

Color information

#0067CA (or 0x0067CA) is unknown color: approx Navy Blue. HEX triplet: 00, 67 and CA. RGB value is (0,103,202). Sum of RGB (Red+Green+Blue) = 0+103+202=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0067CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067CA is #FF9835. Grayscale: #525252. Windows color (decimal): -16750646 or 13264640. OLE color: 13264640.

HSL color Cylindrical-coordinate representation of color #0067CA: hue angle of 209.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067CA is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0103202-
CMYK10.4900.21
HSL209.41º100%39.61%-
HSV(B)209.41º100%79.22%-
XYZ15.5113.9657.76-
YUV83.49194.8868.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=0%
G=33.77%
B=66.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal010320210.4900.21209.4110039.61
Hex067CA6431015d16428
Octal01473121446102532114450
Binary01100111110010101100100110001010101110100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0067CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0067CA; }

 p { color: rgb(0,103,202); }

 H1.HeaderClassName
 {
   color: #0067CA;
 }
 .AnyTagClassName
 {
   color: #0067CA;
 }
</style>
background-color css

<style>
 a { background-color: #0067CA; }

 a { background-color: rgb(0,103,202); }

 div.DivClassName
 {
   background-color: #0067CA;
 }
 .BgClassName
 {
   background-color: #0067CA;
 }
</style>
border-color css

<style>
 span { border-color: #0067CA; }

 span { border-color: rgb(0,103,202); }

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