Html Css Color HEX #0C5AFE Navy Blue

📋 copy color: '#0C5AFE'

red 12 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #0C5AFE

Tints of Navy Blue #0C5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 3.37%
G = 25.28%
B = 71.35%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C5AFE (or 0x0C5AFE) is known color: Navy Blue. HEX triplet: 0C, 5A and FE. RGB value is (12,90,254). Sum of RGB (Red+Green+Blue) = 12+90+254=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C5AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5AFE is #F3A501. Grayscale: #545454. Windows color (decimal): -15967490 or 16669196. OLE color: 16669196.

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

Color convert

RGB 12 90 254 -
CMYK 0.95 0.65 0 0.00
HSL 220.66º 0.99% 0.52% -
HSV(B) 220.66º 0.95% 1% -
XYZ 21.7 14.55 95.43 -
YUV 85.37 223.16 75.66 -
System Red Green Blue C M Y K H S L
Decimal 12 90 254 0.95 0.65 0 0.00 220.66 0.99 0.52
Hex C 5A FE 5F 41 0 0 DD 63 34
Octal 14 132 376 137 101 0 0 335 143 64
Binary 1100 1011010 11111110 1011111 1000001 0 0 11011101 1100011 110100

Color Harmonies of #0C5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5AFE

Black with #0C5AFE

Text Example


Text Example

White with #0C5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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