#0C6ADD

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

Shades of Navy Blue #0C6ADD

Tints of Navy Blue #0C6ADD

Color information

#0C6ADD (or 0x0C6ADD) is unknown color: approx Navy Blue. HEX triplet: 0C, 6A and DD. RGB value is (12,106,221). Sum of RGB (Red+Green+Blue) = 12+106+221=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C6ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6ADD is #F39522. Grayscale: #5A5A5A. Windows color (decimal): -15963427 or 14510604. OLE color: 14510604.

HSL color Cylindrical-coordinate representation of color #0C6ADD: hue angle of 213.01º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6ADD is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12106221-
CMYK0.950.5200.13
HSL213.01º89.7%45.69%-
HSV(B)213.01º94.57%86.67%-
XYZ18.3615.6170.45-
YUV91201.3671.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.54%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 221 (86.72% from 255) = 65.19%
R=3.54%
G=31.27%
B=65.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121062210.950.5200.13213.0189.745.69
HexC6ADD5F340Dd55a2e
Octal141523351376401532513256
Binary1100110101011011101101111111010001101110101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6ADD; }

 p { color: rgb(12,106,221); }

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

<style>
 a { background-color: #0C6ADD; }

 a { background-color: rgb(12,106,221); }

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

<style>
 span { border-color: #0C6ADD; }

 span { border-color: rgb(12,106,221); }

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