Html Css Color HEX #1574BB Denim

📋 copy color: '#1574BB'

red 21 ◦ green 116 ◦ blue 187

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

Shades of Denim #1574BB

Tints of Denim #1574BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

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

R = 6.48%
G = 35.8%
B = 57.72%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1574BB (or 0x1574BB) is known color: Denim. HEX triplet: 15, 74 and BB. RGB value is (21,116,187). Sum of RGB (Red+Green+Blue) = 21+116+187=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1574BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574BB is #EA8B44. Grayscale: #5F5F5F. Windows color (decimal): -15371077 or 12284949. OLE color: 12284949.

HSL color Cylindrical-coordinate representation of color #1574BB: hue angle of 205.66º 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 #1574BB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 116 187 -
CMYK 0.89 0.38 0 0.27
HSL 205.66º 0.8% 0.41% -
HSV(B) 205.66º 0.89% 0.73% -
XYZ 15.52 16.24 49.33 -
YUV 95.69 179.53 74.73 -
System Red Green Blue C M Y K H S L
Decimal 21 116 187 0.89 0.38 0 0.27 205.66 0.8 0.41
Hex 15 74 BB 59 26 0 1B CE 50 29
Octal 25 164 273 131 46 0 33 316 120 51
Binary 10101 1110100 10111011 1011001 100110 0 11011 11001110 1010000 101001

Color Harmonies of #1574BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574BB

Black with #1574BB

Text Example


Text Example

White with #1574BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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