Html Css Color HEX #0F5ABF Denim

📋 copy color: '#0F5ABF'

red 15 ◦ green 90 ◦ blue 191

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

Shades of Denim #0F5ABF

Tints of Denim #0F5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

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

R = 5.07%
G = 30.41%
B = 64.53%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F5ABF (or 0x0F5ABF) is known color: Denim. HEX triplet: 0F, 5A and BF. RGB value is (15,90,191). Sum of RGB (Red+Green+Blue) = 15+90+191=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F5ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ABF is #F0A540. Grayscale: #4E4E4E. Windows color (decimal): -15770945 or 12540431. OLE color: 12540431.

HSL color Cylindrical-coordinate representation of color #0F5ABF: hue angle of 214.43º 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 #0F5ABF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 90 191 -
CMYK 0.92 0.53 0 0.25
HSL 214.43º 0.85% 0.4% -
HSV(B) 214.43º 0.92% 0.75% -
XYZ 13.26 11.18 50.75 -
YUV 79.09 191.15 82.29 -
System Red Green Blue C M Y K H S L
Decimal 15 90 191 0.92 0.53 0 0.25 214.43 0.85 0.4
Hex F 5A BF 5C 35 0 19 D6 55 28
Octal 17 132 277 134 65 0 31 326 125 50
Binary 1111 1011010 10111111 1011100 110101 0 11001 11010110 1010101 101000

Color Harmonies of #0F5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5ABF

Black with #0F5ABF

Text Example


Text Example

White with #0F5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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