Html Css Color HEX #1376BD Denim

📋 copy color: '#1376BD'

red 19 ◦ green 118 ◦ blue 189

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

Shades of Denim #1376BD

Tints of Denim #1376BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 5.83%
G = 36.2%
B = 57.98%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1376BD (or 0x1376BD) is known color: Denim. HEX triplet: 13, 76 and BD. RGB value is (19,118,189). Sum of RGB (Red+Green+Blue) = 19+118+189=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #1376BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376BD is #EC8942. Grayscale: #606060. Windows color (decimal): -15501635 or 12416531. OLE color: 12416531.

HSL color Cylindrical-coordinate representation of color #1376BD: hue angle of 205.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1376BD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 118 189 -
CMYK 0.90 0.38 0 0.26
HSL 205.06º 0.82% 0.41% -
HSV(B) 205.06º 0.9% 0.74% -
XYZ 15.93 16.77 50.54 -
YUV 96.49 180.2 72.73 -
System Red Green Blue C M Y K H S L
Decimal 19 118 189 0.90 0.38 0 0.26 205.06 0.82 0.41
Hex 13 76 BD 5A 26 0 1A CD 52 29
Octal 23 166 275 132 46 0 32 315 122 51
Binary 10011 1110110 10111101 1011010 100110 0 11010 11001101 1010010 101001

Color Harmonies of #1376BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376BD

Black with #1376BD

Text Example


Text Example

White with #1376BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1376BD; }

 p { color: rgb(19,118,189); }

 H1.HeaderClassName
 {
   color: #1376BD;
 }
 .AnyTagClassName
 {
   color: #1376BD;
 }
</style>

background-color css

<style>
 a { background-color: #1376BD; }

 a { background-color: rgb(19,118,189); }

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

border-color css

<style>
 span { border-color: #1376BD; }

 span { border-color: rgb(19,118,189); }

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