Html Css Color HEX #0F58CF Denim

📋 copy color: '#0F58CF'

red 15 ◦ green 88 ◦ blue 207

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

Shades of Denim #0F58CF

Tints of Denim #0F58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 4.84%
G = 28.39%
B = 66.77%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F58CF (or 0x0F58CF) is known color: Denim. HEX triplet: 0F, 58 and CF. RGB value is (15,88,207). Sum of RGB (Red+Green+Blue) = 15+88+207=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F58CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F58CF is #F0A730. Grayscale: #4F4F4F. Windows color (decimal): -15771441 or 13588495. OLE color: 13588495.

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

Color convert

RGB 15 88 207 -
CMYK 0.93 0.57 0 0.19
HSL 217.19º 0.86% 0.44% -
HSV(B) 217.19º 0.93% 0.81% -
XYZ 14.95 11.59 60.48 -
YUV 79.74 199.82 81.82 -
System Red Green Blue C M Y K H S L
Decimal 15 88 207 0.93 0.57 0 0.19 217.19 0.86 0.44
Hex F 58 CF 5D 39 0 13 D9 56 2C
Octal 17 130 317 135 71 0 23 331 126 54
Binary 1111 1011000 11001111 1011101 111001 0 10011 11011001 1010110 101100

Color Harmonies of #0F58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F58CF

Black with #0F58CF

Text Example


Text Example

White with #0F58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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