Html Css Color HEX #0F52CF Denim

📋 copy color: '#0F52CF'

red 15 ◦ green 82 ◦ blue 207

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

Shades of Denim #0F52CF

Tints of Denim #0F52CF

RGB

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

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

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

R = 4.93%
G = 26.97%
B = 68.09%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F52CF (or 0x0F52CF) is known color: Denim. HEX triplet: 0F, 52 and CF. RGB value is (15,82,207). Sum of RGB (Red+Green+Blue) = 15+82+207=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F52CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F52CF is #F0AD30. Grayscale: #4B4B4B. Windows color (decimal): -15772977 or 13586959. OLE color: 13586959.

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

Color convert

RGB 15 82 207 -
CMYK 0.93 0.60 0 0.19
HSL 219.06º 0.86% 0.44% -
HSV(B) 219.06º 0.93% 0.81% -
XYZ 14.48 10.64 60.32 -
YUV 76.22 201.8 84.34 -
System Red Green Blue C M Y K H S L
Decimal 15 82 207 0.93 0.60 0 0.19 219.06 0.86 0.44
Hex F 52 CF 5D 3C 0 13 DB 56 2C
Octal 17 122 317 135 74 0 23 333 126 54
Binary 1111 1010010 11001111 1011101 111100 0 10011 11011011 1010110 101100

Color Harmonies of #0F52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F52CF

Black with #0F52CF

Text Example


Text Example

White with #0F52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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