Html Css Color HEX #0C6FD5 Navy Blue

📋 copy color: '#0C6FD5'

red 12 ◦ green 111 ◦ blue 213

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

Shades of Navy Blue #0C6FD5

Tints of Navy Blue #0C6FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 213 (83.59% from 255) = 63.39%

R = 3.57%
G = 33.04%
B = 63.39%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0C6FD5 (or 0x0C6FD5) is known color: Navy Blue. HEX triplet: 0C, 6F and D5. RGB value is (12,111,213). Sum of RGB (Red+Green+Blue) = 12+111+213=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #0C6FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6FD5 is #F3902A. Grayscale: #5C5C5C. Windows color (decimal): -15962155 or 13987596. OLE color: 13987596.

HSL color Cylindrical-coordinate representation of color #0C6FD5: hue angle of 210.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6FD5 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 111 213 -
CMYK 0.94 0.48 0 0.16
HSL 210.45º 0.89% 0.44% -
HSV(B) 210.45º 0.94% 0.84% -
XYZ 17.85 16.25 65.15 -
YUV 93.03 195.7 70.21 -
System Red Green Blue C M Y K H S L
Decimal 12 111 213 0.94 0.48 0 0.16 210.45 0.89 0.44
Hex C 6F D5 5E 30 0 10 D2 59 2C
Octal 14 157 325 136 60 0 20 322 131 54
Binary 1100 1101111 11010101 1011110 110000 0 10000 11010010 1011001 101100

Color Harmonies of #0C6FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6FD5

Black with #0C6FD5

Text Example


Text Example

White with #0C6FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,111,213); }

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

background-color css

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

 a { background-color: rgb(12,111,213); }

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

border-color css

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

 span { border-color: rgb(12,111,213); }

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