#0c83dd

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

Shades of Navy Blue #0C83DD

Tints of Navy Blue #0C83DD

Color information

#0C83DD (or 0x0C83DD) is unknown color: approx Navy Blue. HEX triplet: 0C, 83 and DD. RGB value is (12,131,221). Sum of RGB (Red+Green+Blue) = 12+131+221=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C83DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C83DD is #F37C22. Grayscale: #696969. Windows color (decimal): -15957027 or 14517004. OLE color: 14517004.

HSL color Cylindrical-coordinate representation of color #0C83DD: hue angle of 205.84º 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 #0C83DD is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12131221-
CMYK0.950.4100.13
HSL205.84º89.7%45.69%-
HSV(B)205.84º94.57%86.67%-
XYZ21.3221.5371.44-
YUV105.68193.0861.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.30%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 221 (86.72% from 255) = 60.71%
R=3.30%
G=35.99%
B=60.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121312210.950.4100.13205.8489.745.69
HexC83DD5F290Dce5a2e
Octal142033351375101531613256
Binary11001000001111011101101111110100101101110011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c83dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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