Html Css Color HEX #0F51CF Denim

📋 copy color: '#0F51CF'

red 15 ◦ green 81 ◦ blue 207

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

Shades of Denim #0F51CF

Tints of Denim #0F51CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 4.95%
G = 26.73%
B = 68.32%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F51CF (or 0x0F51CF) is known color: Denim. HEX triplet: 0F, 51 and CF. RGB value is (15,81,207). Sum of RGB (Red+Green+Blue) = 15+81+207=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F51CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F51CF is #F0AE30. Grayscale: #4B4B4B. Windows color (decimal): -15773233 or 13586703. OLE color: 13586703.

HSL color Cylindrical-coordinate representation of color #0F51CF: hue angle of 219.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F51CF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 81 207 -
CMYK 0.93 0.61 0 0.19
HSL 219.38º 0.86% 0.44% -
HSV(B) 219.38º 0.93% 0.81% -
XYZ 14.4 10.49 60.3 -
YUV 75.63 202.13 84.75 -
System Red Green Blue C M Y K H S L
Decimal 15 81 207 0.93 0.61 0 0.19 219.38 0.86 0.44
Hex F 51 CF 5D 3D 0 13 DB 56 2C
Octal 17 121 317 135 75 0 23 333 126 54
Binary 1111 1010001 11001111 1011101 111101 0 10011 11011011 1010110 101100

Color Harmonies of #0F51CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F51CF

Black with #0F51CF

Text Example


Text Example

White with #0F51CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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