Html Css Color HEX #0F58AA Denim

📋 copy color: '#0F58AA'

red 15 ◦ green 88 ◦ blue 170

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

Shades of Denim #0F58AA

Tints of Denim #0F58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 5.49%
G = 32.23%
B = 62.27%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F58AA (or 0x0F58AA) is known color: Denim. HEX triplet: 0F, 58 and AA. RGB value is (15,88,170). Sum of RGB (Red+Green+Blue) = 15+88+170=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F58AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F58AA is #F0A755. Grayscale: #4B4B4B. Windows color (decimal): -15771478 or 11163663. OLE color: 11163663.

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

Color convert

RGB 15 88 170 -
CMYK 0.91 0.48 0 0.33
HSL 211.74º 0.84% 0.36% -
HSV(B) 211.74º 0.91% 0.67% -
XYZ 10.94 9.98 39.38 -
YUV 75.52 181.32 84.83 -
System Red Green Blue C M Y K H S L
Decimal 15 88 170 0.91 0.48 0 0.33 211.74 0.84 0.36
Hex F 58 AA 5B 30 0 21 D4 54 24
Octal 17 130 252 133 60 0 41 324 124 44
Binary 1111 1011000 10101010 1011011 110000 0 100001 11010100 1010100 100100

Color Harmonies of #0F58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F58AA

Black with #0F58AA

Text Example


Text Example

White with #0F58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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