Html Css Color HEX #0F51CD Denim

📋 copy color: '#0F51CD'

red 15 ◦ green 81 ◦ blue 205

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

Shades of Denim #0F51CD

Tints of Denim #0F51CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 4.98%
G = 26.91%
B = 68.11%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F51CD (or 0x0F51CD) is known color: Denim. HEX triplet: 0F, 51 and CD. RGB value is (15,81,205). Sum of RGB (Red+Green+Blue) = 15+81+205=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F51CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F51CD is #F0AE32. Grayscale: #4A4A4A. Windows color (decimal): -15773235 or 13455631. OLE color: 13455631.

HSL color Cylindrical-coordinate representation of color #0F51CD: hue angle of 219.16º 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 #0F51CD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 81 205 -
CMYK 0.93 0.60 0 0.20
HSL 219.16º 0.86% 0.43% -
HSV(B) 219.16º 0.93% 0.8% -
XYZ 14.16 10.39 59.02 -
YUV 75.4 201.13 84.92 -
System Red Green Blue C M Y K H S L
Decimal 15 81 205 0.93 0.60 0 0.20 219.16 0.86 0.43
Hex F 51 CD 5D 3C 0 14 DB 56 2B
Octal 17 121 315 135 74 0 24 333 126 53
Binary 1111 1010001 11001101 1011101 111100 0 10100 11011011 1010110 101011

Color Harmonies of #0F51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F51CD

Black with #0F51CD

Text Example


Text Example

White with #0F51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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