Html Css Color HEX #0C5CFE Navy Blue

📋 copy color: '#0C5CFE'

red 12 ◦ green 92 ◦ blue 254

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

Shades of Navy Blue #0C5CFE

Tints of Navy Blue #0C5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

 BLUE value IS 254 (99.61% from 255) = 70.95%

R = 3.35%
G = 25.7%
B = 70.95%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C5CFE (or 0x0C5CFE) is known color: Navy Blue. HEX triplet: 0C, 5C and FE. RGB value is (12,92,254). Sum of RGB (Red+Green+Blue) = 12+92+254=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C5CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5CFE is #F3A301. Grayscale: #555555. Windows color (decimal): -15966978 or 16669708. OLE color: 16669708.

HSL color Cylindrical-coordinate representation of color #0C5CFE: hue angle of 220.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5CFE is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 92 254 -
CMYK 0.95 0.64 0 0.00
HSL 220.17º 0.99% 0.52% -
HSV(B) 220.17º 0.95% 1% -
XYZ 21.87 14.89 95.49 -
YUV 86.55 222.5 74.83 -
System Red Green Blue C M Y K H S L
Decimal 12 92 254 0.95 0.64 0 0.00 220.17 0.99 0.52
Hex C 5C FE 5F 40 0 0 DC 63 34
Octal 14 134 376 137 100 0 0 334 143 64
Binary 1100 1011100 11111110 1011111 1000000 0 0 11011100 1100011 110100

Color Harmonies of #0C5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5CFE

Black with #0C5CFE

Text Example


Text Example

White with #0C5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,92,254); }

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

background-color css

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

 a { background-color: rgb(12,92,254); }

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

border-color css

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

 span { border-color: rgb(12,92,254); }

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