Html Css Color HEX #1574BA Denim

📋 copy color: '#1574BA'

red 21 ◦ green 116 ◦ blue 186

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

Shades of Denim #1574BA

Tints of Denim #1574BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 6.5%
G = 35.91%
B = 57.59%

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

#1574BA (or 0x1574BA) is known color: Denim. HEX triplet: 15, 74 and BA. RGB value is (21,116,186). Sum of RGB (Red+Green+Blue) = 21+116+186=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1574BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574BA is #EA8B45. Grayscale: #5F5F5F. Windows color (decimal): -15371078 or 12219413. OLE color: 12219413.

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

Color convert

RGB 21 116 186 -
CMYK 0.89 0.38 0 0.27
HSL 205.45º 0.8% 0.41% -
HSV(B) 205.45º 0.89% 0.73% -
XYZ 15.42 16.2 48.77 -
YUV 95.58 179.03 74.81 -
System Red Green Blue C M Y K H S L
Decimal 21 116 186 0.89 0.38 0 0.27 205.45 0.8 0.41
Hex 15 74 BA 59 26 0 1B CD 50 29
Octal 25 164 272 131 46 0 33 315 120 51
Binary 10101 1110100 10111010 1011001 100110 0 11011 11001101 1010000 101001

Color Harmonies of #1574BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574BA

Black with #1574BA

Text Example


Text Example

White with #1574BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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