Html Css Color HEX #0F52BF Denim

📋 copy color: '#0F52BF'

red 15 ◦ green 82 ◦ blue 191

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

Shades of Denim #0F52BF

Tints of Denim #0F52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 191 (75% from 255) = 66.32%

R = 5.21%
G = 28.47%
B = 66.32%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F52BF (or 0x0F52BF) is known color: Denim. HEX triplet: 0F, 52 and BF. RGB value is (15,82,191). Sum of RGB (Red+Green+Blue) = 15+82+191=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F52BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F52BF is #F0AD40. Grayscale: #494949. Windows color (decimal): -15772993 or 12538383. OLE color: 12538383.

HSL color Cylindrical-coordinate representation of color #0F52BF: hue angle of 217.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F52BF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 82 191 -
CMYK 0.92 0.57 0 0.25
HSL 217.16º 0.85% 0.4% -
HSV(B) 217.16º 0.92% 0.75% -
XYZ 12.62 9.9 50.54 -
YUV 74.39 193.8 85.64 -
System Red Green Blue C M Y K H S L
Decimal 15 82 191 0.92 0.57 0 0.25 217.16 0.85 0.4
Hex F 52 BF 5C 39 0 19 D9 55 28
Octal 17 122 277 134 71 0 31 331 125 50
Binary 1111 1010010 10111111 1011100 111001 0 11001 11011001 1010101 101000

Color Harmonies of #0F52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F52BF

Black with #0F52BF

Text Example


Text Example

White with #0F52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,82,191); }

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

background-color css

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

 a { background-color: rgb(15,82,191); }

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

border-color css

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

 span { border-color: rgb(15,82,191); }

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