Html Css Color HEX #1575BB Denim

📋 copy color: '#1575BB'

red 21 ◦ green 117 ◦ blue 187

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

Shades of Denim #1575BB

Tints of Denim #1575BB

RGB

 RED value IS 21 (8.59% from 255) = 6.46%

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 6.46%
G = 36%
B = 57.54%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1575BB (or 0x1575BB) is known color: Denim. HEX triplet: 15, 75 and BB. RGB value is (21,117,187). Sum of RGB (Red+Green+Blue) = 21+117+187=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #1575BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575BB is #EA8A44. Grayscale: #5F5F5F. Windows color (decimal): -15370821 or 12285205. OLE color: 12285205.

HSL color Cylindrical-coordinate representation of color #1575BB: hue angle of 205.3º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1575BB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 117 187 -
CMYK 0.89 0.37 0 0.27
HSL 205.3º 0.8% 0.41% -
HSV(B) 205.3º 0.89% 0.73% -
XYZ 15.64 16.47 49.37 -
YUV 96.28 179.2 74.31 -
System Red Green Blue C M Y K H S L
Decimal 21 117 187 0.89 0.37 0 0.27 205.3 0.8 0.41
Hex 15 75 BB 59 25 0 1B CD 50 29
Octal 25 165 273 131 45 0 33 315 120 51
Binary 10101 1110101 10111011 1011001 100101 0 11011 11001101 1010000 101001

Color Harmonies of #1575BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575BB

Black with #1575BB

Text Example


Text Example

White with #1575BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1575BB; }

 p { color: rgb(21,117,187); }

 H1.HeaderClassName
 {
   color: #1575BB;
 }
 .AnyTagClassName
 {
   color: #1575BB;
 }
</style>

background-color css

<style>
 a { background-color: #1575BB; }

 a { background-color: rgb(21,117,187); }

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

border-color css

<style>
 span { border-color: #1575BB; }

 span { border-color: rgb(21,117,187); }

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