Html Css Color HEX #0F57AB Denim

📋 copy color: '#0F57AB'

red 15 ◦ green 87 ◦ blue 171

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

Shades of Denim #0F57AB

Tints of Denim #0F57AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

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

R = 5.49%
G = 31.87%
B = 62.64%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F57AB (or 0x0F57AB) is known color: Denim. HEX triplet: 0F, 57 and AB. RGB value is (15,87,171). Sum of RGB (Red+Green+Blue) = 15+87+171=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F57AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F57AB is #F0A854. Grayscale: #4A4A4A. Windows color (decimal): -15771733 or 11228943. OLE color: 11228943.

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

Color convert

RGB 15 87 171 -
CMYK 0.91 0.49 0 0.33
HSL 212.31º 0.84% 0.36% -
HSV(B) 212.31º 0.91% 0.67% -
XYZ 10.96 9.86 39.85 -
YUV 75.05 182.15 85.17 -
System Red Green Blue C M Y K H S L
Decimal 15 87 171 0.91 0.49 0 0.33 212.31 0.84 0.36
Hex F 57 AB 5B 31 0 21 D4 54 24
Octal 17 127 253 133 61 0 41 324 124 44
Binary 1111 1010111 10101011 1011011 110001 0 100001 11010100 1010100 100100

Color Harmonies of #0F57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F57AB

Black with #0F57AB

Text Example


Text Example

White with #0F57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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