Html Css Color HEX #0F5FAB Denim

📋 copy color: '#0F5FAB'

red 15 ◦ green 95 ◦ blue 171

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

Shades of Denim #0F5FAB

Tints of Denim #0F5FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 5.34%
G = 33.81%
B = 60.85%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F5FAB (or 0x0F5FAB) is known color: Denim. HEX triplet: 0F, 5F and AB. RGB value is (15,95,171). Sum of RGB (Red+Green+Blue) = 15+95+171=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F5FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5FAB is #F0A054. Grayscale: #4F4F4F. Windows color (decimal): -15769685 or 11230991. OLE color: 11230991.

HSL color Cylindrical-coordinate representation of color #0F5FAB: hue angle of 209.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F5FAB is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 95 171 -
CMYK 0.91 0.44 0 0.33
HSL 209.23º 0.84% 0.36% -
HSV(B) 209.23º 0.91% 0.67% -
XYZ 11.64 11.23 40.08 -
YUV 79.74 179.5 81.82 -
System Red Green Blue C M Y K H S L
Decimal 15 95 171 0.91 0.44 0 0.33 209.23 0.84 0.36
Hex F 5F AB 5B 2C 0 21 D1 54 24
Octal 17 137 253 133 54 0 41 321 124 44
Binary 1111 1011111 10101011 1011011 101100 0 100001 11010001 1010100 100100

Color Harmonies of #0F5FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5FAB

Black with #0F5FAB

Text Example


Text Example

White with #0F5FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,95,171); }

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

background-color css

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

 a { background-color: rgb(15,95,171); }

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

border-color css

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

 span { border-color: rgb(15,95,171); }

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