Html Css Color HEX #0F5AAA Denim

📋 copy color: '#0F5AAA'

red 15 ◦ green 90 ◦ blue 170

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

Shades of Denim #0F5AAA

Tints of Denim #0F5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 5.45%
G = 32.73%
B = 61.82%

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

#0F5AAA (or 0x0F5AAA) is known color: Denim. HEX triplet: 0F, 5A and AA. RGB value is (15,90,170). Sum of RGB (Red+Green+Blue) = 15+90+170=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F5AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5AAA is #F0A555. Grayscale: #4C4C4C. Windows color (decimal): -15770966 or 11164175. OLE color: 11164175.

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

Color convert

RGB 15 90 170 -
CMYK 0.91 0.47 0 0.33
HSL 210.97º 0.84% 0.36% -
HSV(B) 210.97º 0.91% 0.67% -
XYZ 11.11 10.32 39.44 -
YUV 76.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 15 90 170 0.91 0.47 0 0.33 210.97 0.84 0.36
Hex F 5A AA 5B 2F 0 21 D3 54 24
Octal 17 132 252 133 57 0 41 323 124 44
Binary 1111 1011010 10101010 1011011 101111 0 100001 11010011 1010100 100100

Color Harmonies of #0F5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5AAA

Black with #0F5AAA

Text Example


Text Example

White with #0F5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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