Html Css Color HEX #1475BC Denim

📋 copy color: '#1475BC'

red 20 ◦ green 117 ◦ blue 188

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

Shades of Denim #1475BC

Tints of Denim #1475BC

RGB

 RED value IS 20 (8.2% from 255) = 6.15%

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

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

R = 6.15%
G = 36%
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

#1475BC (or 0x1475BC) is known color: Denim. HEX triplet: 14, 75 and BC. RGB value is (20,117,188). Sum of RGB (Red+Green+Blue) = 20+117+188=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 117 (46.09% from 255 or 36% 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 #1475BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475BC is #EB8A43. Grayscale: #5F5F5F. Windows color (decimal): -15436356 or 12350740. OLE color: 12350740.

HSL color Cylindrical-coordinate representation of color #1475BC: hue angle of 205.36º degrees, saturation: 0.81, 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 #1475BC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 117 188 -
CMYK 0.89 0.38 0 0.26
HSL 205.36º 0.81% 0.41% -
HSV(B) 205.36º 0.89% 0.74% -
XYZ 15.73 16.5 49.93 -
YUV 96.09 179.86 73.73 -
System Red Green Blue C M Y K H S L
Decimal 20 117 188 0.89 0.38 0 0.26 205.36 0.81 0.41
Hex 14 75 BC 59 26 0 1A CD 51 29
Octal 24 165 274 131 46 0 32 315 121 51
Binary 10100 1110101 10111100 1011001 100110 0 11010 11001101 1010001 101001

Color Harmonies of #1475BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1475BC

Black with #1475BC

Text Example


Text Example

White with #1475BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,117,188); }

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

background-color css

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

 a { background-color: rgb(20,117,188); }

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

border-color css

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

 span { border-color: rgb(20,117,188); }

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