Html Css Color HEX #1376C0 Denim

📋 copy color: '#1376C0'

red 19 ◦ green 118 ◦ blue 192

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

Shades of Denim #1376C0

Tints of Denim #1376C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.36%

R = 5.78%
G = 35.87%
B = 58.36%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1376C0 (or 0x1376C0) is known color: Denim. HEX triplet: 13, 76 and C0. RGB value is (19,118,192). Sum of RGB (Red+Green+Blue) = 19+118+192=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #1376C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376C0 is #EC893F. Grayscale: #606060. Windows color (decimal): -15501632 or 12613139. OLE color: 12613139.

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

Color convert

RGB 19 118 192 -
CMYK 0.90 0.39 0 0.25
HSL 205.66º 0.82% 0.41% -
HSV(B) 205.66º 0.9% 0.75% -
XYZ 16.26 16.9 52.27 -
YUV 96.84 181.7 72.48 -
System Red Green Blue C M Y K H S L
Decimal 19 118 192 0.90 0.39 0 0.25 205.66 0.82 0.41
Hex 13 76 C0 5A 27 0 19 CE 52 29
Octal 23 166 300 132 47 0 31 316 122 51
Binary 10011 1110110 11000000 1011010 100111 0 11001 11001110 1010010 101001

Color Harmonies of #1376C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376C0

Black with #1376C0

Text Example


Text Example

White with #1376C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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