Html Css Color HEX #1372BB Denim

📋 copy color: '#1372BB'

red 19 ◦ green 114 ◦ blue 187

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

Shades of Denim #1372BB

Tints of Denim #1372BB

RGB

 RED value IS 19 (7.81% from 255) = 5.94%

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 5.94%
G = 35.63%
B = 58.44%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1372BB (or 0x1372BB) is known color: Denim. HEX triplet: 13, 72 and BB. RGB value is (19,114,187). Sum of RGB (Red+Green+Blue) = 19+114+187=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #1372BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1372BB is #EC8D44. Grayscale: #5D5D5D. Windows color (decimal): -15502661 or 12284435. OLE color: 12284435.

HSL color Cylindrical-coordinate representation of color #1372BB: hue angle of 206.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1372BB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 114 187 -
CMYK 0.90 0.39 0 0.27
HSL 206.07º 0.82% 0.4% -
HSV(B) 206.07º 0.9% 0.73% -
XYZ 15.26 15.76 49.25 -
YUV 93.92 180.53 74.56 -
System Red Green Blue C M Y K H S L
Decimal 19 114 187 0.90 0.39 0 0.27 206.07 0.82 0.4
Hex 13 72 BB 5A 27 0 1B CE 52 28
Octal 23 162 273 132 47 0 33 316 122 50
Binary 10011 1110010 10111011 1011010 100111 0 11011 11001110 1010010 101000

Color Harmonies of #1372BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372BB

Black with #1372BB

Text Example


Text Example

White with #1372BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,114,187); }

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

background-color css

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

 a { background-color: rgb(19,114,187); }

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

border-color css

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

 span { border-color: rgb(19,114,187); }

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