Html Css Color HEX #0C5FD5 Navy Blue

📋 copy color: '#0C5FD5'

red 12 ◦ green 95 ◦ blue 213

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

Shades of Navy Blue #0C5FD5

Tints of Navy Blue #0C5FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 66.56%

R = 3.75%
G = 29.69%
B = 66.56%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0C5FD5 (or 0x0C5FD5) is known color: Navy Blue. HEX triplet: 0C, 5F and D5. RGB value is (12,95,213). Sum of RGB (Red+Green+Blue) = 12+95+213=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #0C5FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5FD5 is #F3A02A. Grayscale: #535353. Windows color (decimal): -15966251 or 13983500. OLE color: 13983500.

HSL color Cylindrical-coordinate representation of color #0C5FD5: hue angle of 215.22º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5FD5 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 95 213 -
CMYK 0.94 0.55 0 0.16
HSL 215.22º 0.89% 0.44% -
HSV(B) 215.22º 0.94% 0.84% -
XYZ 16.25 13.07 64.62 -
YUV 83.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 12 95 213 0.94 0.55 0 0.16 215.22 0.89 0.44
Hex C 5F D5 5E 37 0 10 D7 59 2C
Octal 14 137 325 136 67 0 20 327 131 54
Binary 1100 1011111 11010101 1011110 110111 0 10000 11010111 1011001 101100

Color Harmonies of #0C5FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5FD5

Black with #0C5FD5

Text Example


Text Example

White with #0C5FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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