Html Css Color HEX #0C5EEA Navy Blue

📋 copy color: '#0C5EEA'

red 12 ◦ green 94 ◦ blue 234

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

Shades of Navy Blue #0C5EEA

Tints of Navy Blue #0C5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

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

R = 3.53%
G = 27.65%
B = 68.82%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C5EEA (or 0x0C5EEA) is known color: Navy Blue. HEX triplet: 0C, 5E and EA. RGB value is (12,94,234). Sum of RGB (Red+Green+Blue) = 12+94+234=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C5EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5EEA is #F3A115. Grayscale: #545454. Windows color (decimal): -15966486 or 15359500. OLE color: 15359500.

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

Color convert

RGB 12 94 234 -
CMYK 0.95 0.60 0 0.08
HSL 217.84º 0.9% 0.48% -
HSV(B) 217.84º 0.95% 0.92% -
XYZ 19.01 14.02 79.55 -
YUV 85.44 211.83 75.62 -
System Red Green Blue C M Y K H S L
Decimal 12 94 234 0.95 0.60 0 0.08 217.84 0.9 0.48
Hex C 5E EA 5F 3C 0 8 DA 5A 30
Octal 14 136 352 137 74 0 10 332 132 60
Binary 1100 1011110 11101010 1011111 111100 0 1000 11011010 1011010 110000

Color Harmonies of #0C5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5EEA

Black with #0C5EEA

Text Example


Text Example

White with #0C5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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