Html Css Color HEX #1453BB Denim

📋 copy color: '#1453BB'

red 20 ◦ green 83 ◦ blue 187

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

Shades of Denim #1453BB

Tints of Denim #1453BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 6.9%
G = 28.62%
B = 64.48%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1453BB (or 0x1453BB) is known color: Denim. HEX triplet: 14, 53 and BB. RGB value is (20,83,187). Sum of RGB (Red+Green+Blue) = 20+83+187=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #1453BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453BB is #EBAC44. Grayscale: #4B4B4B. Windows color (decimal): -15445061 or 12276500. OLE color: 12276500.

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

Color convert

RGB 20 83 187 -
CMYK 0.89 0.56 0 0.27
HSL 217.37º 0.81% 0.41% -
HSV(B) 217.37º 0.89% 0.73% -
XYZ 12.35 9.92 48.28 -
YUV 76.02 190.63 88.04 -
System Red Green Blue C M Y K H S L
Decimal 20 83 187 0.89 0.56 0 0.27 217.37 0.81 0.41
Hex 14 53 BB 59 38 0 1B D9 51 29
Octal 24 123 273 131 70 0 33 331 121 51
Binary 10100 1010011 10111011 1011001 111000 0 11011 11011001 1010001 101001

Color Harmonies of #1453BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453BB

Black with #1453BB

Text Example


Text Example

White with #1453BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,83,187); }

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

background-color css

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

 a { background-color: rgb(20,83,187); }

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

border-color css

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

 span { border-color: rgb(20,83,187); }

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