Html Css Color HEX #0F5BAB Denim

📋 copy color: '#0F5BAB'

red 15 ◦ green 91 ◦ blue 171

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

Shades of Denim #0F5BAB

Tints of Denim #0F5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 5.42%
G = 32.85%
B = 61.73%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F5BAB (or 0x0F5BAB) is known color: Denim. HEX triplet: 0F, 5B and AB. RGB value is (15,91,171). Sum of RGB (Red+Green+Blue) = 15+91+171=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F5BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5BAB is #F0A454. Grayscale: #4D4D4D. Windows color (decimal): -15770709 or 11229967. OLE color: 11229967.

HSL color Cylindrical-coordinate representation of color #0F5BAB: hue angle of 210.77º 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 #0F5BAB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 91 171 -
CMYK 0.91 0.47 0 0.33
HSL 210.77º 0.84% 0.36% -
HSV(B) 210.77º 0.91% 0.67% -
XYZ 11.29 10.52 39.96 -
YUV 77.4 180.82 83.5 -
System Red Green Blue C M Y K H S L
Decimal 15 91 171 0.91 0.47 0 0.33 210.77 0.84 0.36
Hex F 5B AB 5B 2F 0 21 D3 54 24
Octal 17 133 253 133 57 0 41 323 124 44
Binary 1111 1011011 10101011 1011011 101111 0 100001 11010011 1010100 100100

Color Harmonies of #0F5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5BAB

Black with #0F5BAB

Text Example


Text Example

White with #0F5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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