Html Css Color HEX #0F5AAB Denim

📋 copy color: '#0F5AAB'

red 15 ◦ green 90 ◦ blue 171

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

Shades of Denim #0F5AAB

Tints of Denim #0F5AAB

RGB

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

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

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

R = 5.43%
G = 32.61%
B = 61.96%

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

#0F5AAB (or 0x0F5AAB) is known color: Denim. HEX triplet: 0F, 5A and AB. RGB value is (15,90,171). Sum of RGB (Red+Green+Blue) = 15+90+171=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F5AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5AAB is #F0A554. Grayscale: #4C4C4C. Windows color (decimal): -15770965 or 11229711. OLE color: 11229711.

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

Color convert

RGB 15 90 171 -
CMYK 0.91 0.47 0 0.33
HSL 211.15º 0.84% 0.36% -
HSV(B) 211.15º 0.91% 0.67% -
XYZ 11.2 10.35 39.94 -
YUV 76.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 15 90 171 0.91 0.47 0 0.33 211.15 0.84 0.36
Hex F 5A AB 5B 2F 0 21 D3 54 24
Octal 17 132 253 133 57 0 41 323 124 44
Binary 1111 1011010 10101011 1011011 101111 0 100001 11010011 1010100 100100

Color Harmonies of #0F5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5AAB

Black with #0F5AAB

Text Example


Text Example

White with #0F5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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