Html Css Color HEX #0C6BEA Navy Blue

📋 copy color: '#0C6BEA'

red 12 ◦ green 107 ◦ blue 234

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

Shades of Navy Blue #0C6BEA

Tints of Navy Blue #0C6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 234 (91.8% from 255) = 66.29%

R = 3.4%
G = 30.31%
B = 66.29%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C6BEA (or 0x0C6BEA) is known color: Navy Blue. HEX triplet: 0C, 6B and EA. RGB value is (12,107,234). Sum of RGB (Red+Green+Blue) = 12+107+234=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C6BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6BEA is #F39415. Grayscale: #5C5C5C. Windows color (decimal): -15963158 or 15362828. OLE color: 15362828.

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

Color convert

RGB 12 107 234 -
CMYK 0.95 0.54 0 0.08
HSL 214.32º 0.9% 0.48% -
HSV(B) 214.32º 0.95% 0.92% -
XYZ 20.26 16.53 79.97 -
YUV 93.07 207.53 70.17 -
System Red Green Blue C M Y K H S L
Decimal 12 107 234 0.95 0.54 0 0.08 214.32 0.9 0.48
Hex C 6B EA 5F 36 0 8 D6 5A 30
Octal 14 153 352 137 66 0 10 326 132 60
Binary 1100 1101011 11101010 1011111 110110 0 1000 11010110 1011010 110000

Color Harmonies of #0C6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6BEA

Black with #0C6BEA

Text Example


Text Example

White with #0C6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,234); }

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

background-color css

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

 a { background-color: rgb(12,107,234); }

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

border-color css

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

 span { border-color: rgb(12,107,234); }

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