Html Css Color HEX #0C5DFE Navy Blue

📋 copy color: '#0C5DFE'

red 12 ◦ green 93 ◦ blue 254

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

Shades of Navy Blue #0C5DFE

Tints of Navy Blue #0C5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

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

R = 3.34%
G = 25.91%
B = 70.75%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C5DFE (or 0x0C5DFE) is known color: Navy Blue. HEX triplet: 0C, 5D and FE. RGB value is (12,93,254). Sum of RGB (Red+Green+Blue) = 12+93+254=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C5DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5DFE is #F3A201. Grayscale: #565656. Windows color (decimal): -15966722 or 16669964. OLE color: 16669964.

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

Color convert

RGB 12 93 254 -
CMYK 0.95 0.63 0 0.00
HSL 219.92º 0.99% 0.52% -
HSV(B) 219.92º 0.95% 1% -
XYZ 21.96 15.06 95.52 -
YUV 87.14 222.16 74.41 -
System Red Green Blue C M Y K H S L
Decimal 12 93 254 0.95 0.63 0 0.00 219.92 0.99 0.52
Hex C 5D FE 5F 3F 0 0 DC 63 34
Octal 14 135 376 137 77 0 0 334 143 64
Binary 1100 1011101 11111110 1011111 111111 0 0 11011100 1100011 110100

Color Harmonies of #0C5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5DFE

Black with #0C5DFE

Text Example


Text Example

White with #0C5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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