Html Css Color HEX #0C6CE8 Navy Blue

📋 copy color: '#0C6CE8'

red 12 ◦ green 108 ◦ blue 232

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

Shades of Navy Blue #0C6CE8

Tints of Navy Blue #0C6CE8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 232 (91.02% from 255) = 65.91%

R = 3.41%
G = 30.68%
B = 65.91%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0C6CE8 (or 0x0C6CE8) is known color: Navy Blue. HEX triplet: 0C, 6C and E8. RGB value is (12,108,232). Sum of RGB (Red+Green+Blue) = 12+108+232=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #0C6CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6CE8 is #F39317. Grayscale: #5C5C5C. Windows color (decimal): -15962904 or 15232012. OLE color: 15232012.

HSL color Cylindrical-coordinate representation of color #0C6CE8: hue angle of 213.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6CE8 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 108 232 -
CMYK 0.95 0.53 0 0.09
HSL 213.82º 0.9% 0.48% -
HSV(B) 213.82º 0.95% 0.91% -
XYZ 20.08 16.63 78.5 -
YUV 93.43 206.2 69.92 -
System Red Green Blue C M Y K H S L
Decimal 12 108 232 0.95 0.53 0 0.09 213.82 0.9 0.48
Hex C 6C E8 5F 35 0 9 D6 5A 30
Octal 14 154 350 137 65 0 11 326 132 60
Binary 1100 1101100 11101000 1011111 110101 0 1001 11010110 1011010 110000

Color Harmonies of #0C6CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CE8

Black with #0C6CE8

Text Example


Text Example

White with #0C6CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,232); }

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

background-color css

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

 a { background-color: rgb(12,108,232); }

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

border-color css

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

 span { border-color: rgb(12,108,232); }

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