Html Css Color HEX #0F5ECD Denim

📋 copy color: '#0F5ECD'

red 15 ◦ green 94 ◦ blue 205

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

Shades of Denim #0F5ECD

Tints of Denim #0F5ECD

RGB

 RED value IS 15 (6.25% from 255) = 4.78%

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 4.78%
G = 29.94%
B = 65.29%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F5ECD (or 0x0F5ECD) is known color: Denim. HEX triplet: 0F, 5E and CD. RGB value is (15,94,205). Sum of RGB (Red+Green+Blue) = 15+94+205=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F5ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ECD is #F0A132. Grayscale: #525252. Windows color (decimal): -15769907 or 13458959. OLE color: 13458959.

HSL color Cylindrical-coordinate representation of color #0F5ECD: hue angle of 215.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5ECD is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 94 205 -
CMYK 0.93 0.54 0 0.20
HSL 215.05º 0.86% 0.43% -
HSV(B) 215.05º 0.93% 0.8% -
XYZ 15.22 12.51 59.37 -
YUV 83.03 196.83 79.47 -
System Red Green Blue C M Y K H S L
Decimal 15 94 205 0.93 0.54 0 0.20 215.05 0.86 0.43
Hex F 5E CD 5D 36 0 14 D7 56 2B
Octal 17 136 315 135 66 0 24 327 126 53
Binary 1111 1011110 11001101 1011101 110110 0 10100 11010111 1010110 101011

Color Harmonies of #0F5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5ECD

Black with #0F5ECD

Text Example


Text Example

White with #0F5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,94,205); }

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

background-color css

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

 a { background-color: rgb(15,94,205); }

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

border-color css

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

 span { border-color: rgb(15,94,205); }

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