Html Css Color HEX #0C5FED Navy Blue

📋 copy color: '#0C5FED'

red 12 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #0C5FED

Tints of Navy Blue #0C5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 3.49%
G = 27.62%
B = 68.9%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0C5FED (or 0x0C5FED) is known color: Navy Blue. HEX triplet: 0C, 5F and ED. RGB value is (12,95,237). Sum of RGB (Red+Green+Blue) = 12+95+237=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #0C5FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5FED is #F3A012. Grayscale: #555555. Windows color (decimal): -15966227 or 15556364. OLE color: 15556364.

HSL color Cylindrical-coordinate representation of color #0C5FED: hue angle of 217.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5FED is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 95 237 -
CMYK 0.95 0.60 0 0.07
HSL 217.87º 0.9% 0.49% -
HSV(B) 217.87º 0.95% 0.93% -
XYZ 19.53 14.38 81.87 -
YUV 86.37 213 74.95 -
System Red Green Blue C M Y K H S L
Decimal 12 95 237 0.95 0.60 0 0.07 217.87 0.9 0.49
Hex C 5F ED 5F 3C 0 7 DA 5A 31
Octal 14 137 355 137 74 0 7 332 132 61
Binary 1100 1011111 11101101 1011111 111100 0 111 11011010 1011010 110001

Color Harmonies of #0C5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5FED

Black with #0C5FED

Text Example


Text Example

White with #0C5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,95,237); }

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

background-color css

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

 a { background-color: rgb(12,95,237); }

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

border-color css

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

 span { border-color: rgb(12,95,237); }

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