Html Css Color HEX #1574BE Denim

📋 copy color: '#1574BE'

red 21 ◦ green 116 ◦ blue 190

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

Shades of Denim #1574BE

Tints of Denim #1574BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 6.42%
G = 35.47%
B = 58.1%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1574BE (or 0x1574BE) is known color: Denim. HEX triplet: 15, 74 and BE. RGB value is (21,116,190). Sum of RGB (Red+Green+Blue) = 21+116+190=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #1574BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574BE is #EA8B41. Grayscale: #5F5F5F. Windows color (decimal): -15371074 or 12481557. OLE color: 12481557.

HSL color Cylindrical-coordinate representation of color #1574BE: hue angle of 206.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1574BE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 116 190 -
CMYK 0.89 0.39 0 0.25
HSL 206.27º 0.8% 0.41% -
HSV(B) 206.27º 0.89% 0.75% -
XYZ 15.85 16.37 51.04 -
YUV 96.03 181.03 74.48 -
System Red Green Blue C M Y K H S L
Decimal 21 116 190 0.89 0.39 0 0.25 206.27 0.8 0.41
Hex 15 74 BE 59 27 0 19 CE 50 29
Octal 25 164 276 131 47 0 31 316 120 51
Binary 10101 1110100 10111110 1011001 100111 0 11001 11001110 1010000 101001

Color Harmonies of #1574BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574BE

Black with #1574BE

Text Example


Text Example

White with #1574BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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