Html Css Color HEX #0C7CD6 Navy Blue

📋 copy color: '#0C7CD6'

red 12 ◦ green 124 ◦ blue 214

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

Shades of Navy Blue #0C7CD6

Tints of Navy Blue #0C7CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 214 (83.98% from 255) = 61.14%

R = 3.43%
G = 35.43%
B = 61.14%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0C7CD6 (or 0x0C7CD6) is known color: Navy Blue. HEX triplet: 0C, 7C and D6. RGB value is (12,124,214). Sum of RGB (Red+Green+Blue) = 12+124+214=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #0C7CD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7CD6 is #F38329. Grayscale: #646464. Windows color (decimal): -15958826 or 14056460. OLE color: 14056460.

HSL color Cylindrical-coordinate representation of color #0C7CD6: hue angle of 206.73º 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 #0C7CD6 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 124 214 -
CMYK 0.94 0.42 0 0.16
HSL 206.73º 0.89% 0.44% -
HSV(B) 206.73º 0.94% 0.84% -
XYZ 19.5 19.35 66.33 -
YUV 100.77 191.89 64.68 -
System Red Green Blue C M Y K H S L
Decimal 12 124 214 0.94 0.42 0 0.16 206.73 0.89 0.44
Hex C 7C D6 5E 2A 0 10 CF 59 2C
Octal 14 174 326 136 52 0 20 317 131 54
Binary 1100 1111100 11010110 1011110 101010 0 10000 11001111 1011001 101100

Color Harmonies of #0C7CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7CD6

Black with #0C7CD6

Text Example


Text Example

White with #0C7CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,124,214); }

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

background-color css

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

 a { background-color: rgb(12,124,214); }

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

border-color css

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

 span { border-color: rgb(12,124,214); }

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