Html Css Color HEX #1574BC Denim

📋 copy color: '#1574BC'

red 21 ◦ green 116 ◦ blue 188

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

Shades of Denim #1574BC

Tints of Denim #1574BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 6.46%
G = 35.69%
B = 57.85%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1574BC (or 0x1574BC) is known color: Denim. HEX triplet: 15, 74 and BC. RGB value is (21,116,188). Sum of RGB (Red+Green+Blue) = 21+116+188=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #1574BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574BC is #EA8B43. Grayscale: #5F5F5F. Windows color (decimal): -15371076 or 12350485. OLE color: 12350485.

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

Color convert

RGB 21 116 188 -
CMYK 0.89 0.38 0 0.26
HSL 205.87º 0.8% 0.41% -
HSV(B) 205.87º 0.89% 0.74% -
XYZ 15.63 16.28 49.9 -
YUV 95.8 180.03 74.65 -
System Red Green Blue C M Y K H S L
Decimal 21 116 188 0.89 0.38 0 0.26 205.87 0.8 0.41
Hex 15 74 BC 59 26 0 1A CE 50 29
Octal 25 164 274 131 46 0 32 316 120 51
Binary 10101 1110100 10111100 1011001 100110 0 11010 11001110 1010000 101001

Color Harmonies of #1574BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574BC

Black with #1574BC

Text Example


Text Example

White with #1574BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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