Html Css Color HEX #0C6DDD Navy Blue

📋 copy color: '#0C6DDD'

red 12 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #0C6DDD

Tints of Navy Blue #0C6DDD

RGB

 RED value IS 12 (5.08% from 255) = 3.51%

 GREEN value IS 109 (42.97% from 255) = 31.87%

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 3.51%
G = 31.87%
B = 64.62%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C6DDD (or 0x0C6DDD) is known color: Navy Blue. HEX triplet: 0C, 6D and DD. RGB value is (12,109,221). Sum of RGB (Red+Green+Blue) = 12+109+221=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C6DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6DDD is #F39222. Grayscale: #5C5C5C. Windows color (decimal): -15962659 or 14511372. OLE color: 14511372.

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

Color convert

RGB 12 109 221 -
CMYK 0.95 0.51 0 0.13
HSL 212.15º 0.9% 0.46% -
HSV(B) 212.15º 0.95% 0.87% -
XYZ 18.67 16.24 70.56 -
YUV 92.77 200.36 70.39 -
System Red Green Blue C M Y K H S L
Decimal 12 109 221 0.95 0.51 0 0.13 212.15 0.9 0.46
Hex C 6D DD 5F 33 0 D D4 5A 2E
Octal 14 155 335 137 63 0 15 324 132 56
Binary 1100 1101101 11011101 1011111 110011 0 1101 11010100 1011010 101110

Color Harmonies of #0C6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6DDD

Black with #0C6DDD

Text Example


Text Example

White with #0C6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C6DDD;
 }
 .AnyTagClassName
 {
   color: #0C6DDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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