Html Css Color HEX #0F5BA9 Denim

📋 copy color: '#0F5BA9'

red 15 ◦ green 91 ◦ blue 169

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

Shades of Denim #0F5BA9

Tints of Denim #0F5BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 61.45%

R = 5.45%
G = 33.09%
B = 61.45%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F5BA9 (or 0x0F5BA9) is known color: Denim. HEX triplet: 0F, 5B and A9. RGB value is (15,91,169). Sum of RGB (Red+Green+Blue) = 15+91+169=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 169 (66.41% from 255 or 61.45% from 275); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F5BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5BA9 is #F0A456. Grayscale: #4C4C4C. Windows color (decimal): -15770711 or 11098895. OLE color: 11098895.

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

Color convert

RGB 15 91 169 -
CMYK 0.91 0.46 0 0.34
HSL 210.39º 0.84% 0.36% -
HSV(B) 210.39º 0.91% 0.66% -
XYZ 11.1 10.45 38.97 -
YUV 77.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 15 91 169 0.91 0.46 0 0.34 210.39 0.84 0.36
Hex F 5B A9 5B 2E 0 22 D2 54 24
Octal 17 133 251 133 56 0 42 322 124 44
Binary 1111 1011011 10101001 1011011 101110 0 100010 11010010 1010100 100100

Color Harmonies of #0F5BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5BA9

Black with #0F5BA9

Text Example


Text Example

White with #0F5BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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