#0069CA

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

Shades of Navy Blue #0069CA

Tints of Navy Blue #0069CA

Color information

#0069CA (or 0x0069CA) is unknown color: approx Navy Blue. HEX triplet: 00, 69 and CA. RGB value is (0,105,202). Sum of RGB (Red+Green+Blue) = 0+105+202=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #0069CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069CA is #FF9635. Grayscale: #545454. Windows color (decimal): -16750134 or 13265152. OLE color: 13265152.

HSL color Cylindrical-coordinate representation of color #0069CA: hue angle of 208.81º 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 #0069CA is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0105202-
CMYK10.4800.21
HSL208.81º100%39.61%-
HSV(B)208.81º100%79.22%-
XYZ15.7114.3757.82-
YUV84.66194.2167.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=0%
G=34.20%
B=65.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal010520210.4800.21208.8110039.61
Hex069CA6430015d16428
Octal01513121446002532114450
Binary01101001110010101100100110000010101110100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0069CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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