Html Css Color HEX #1378BB Denim

📋 copy color: '#1378BB'

red 19 ◦ green 120 ◦ blue 187

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

Shades of Denim #1378BB

Tints of Denim #1378BB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 5.83%
G = 36.81%
B = 57.36%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1378BB (or 0x1378BB) is known color: Denim. HEX triplet: 13, 78 and BB. RGB value is (19,120,187). Sum of RGB (Red+Green+Blue) = 19+120+187=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #1378BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378BB is #EC8744. Grayscale: #616161. Windows color (decimal): -15501125 or 12285971. OLE color: 12285971.

HSL color Cylindrical-coordinate representation of color #1378BB: hue angle of 203.93º 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 #1378BB is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 120 187 -
CMYK 0.90 0.36 0 0.27
HSL 203.93º 0.82% 0.4% -
HSV(B) 203.93º 0.9% 0.73% -
XYZ 15.95 17.16 49.48 -
YUV 97.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 19 120 187 0.90 0.36 0 0.27 203.93 0.82 0.4
Hex 13 78 BB 5A 24 0 1B CC 52 28
Octal 23 170 273 132 44 0 33 314 122 50
Binary 10011 1111000 10111011 1011010 100100 0 11011 11001100 1010010 101000

Color Harmonies of #1378BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378BB

Black with #1378BB

Text Example


Text Example

White with #1378BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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