Html Css Color HEX #1377BE Denim

📋 copy color: '#1377BE'

red 19 ◦ green 119 ◦ blue 190

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

Shades of Denim #1377BE

Tints of Denim #1377BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 5.79%
G = 36.28%
B = 57.93%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1377BE (or 0x1377BE) is known color: Denim. HEX triplet: 13, 77 and BE. RGB value is (19,119,190). Sum of RGB (Red+Green+Blue) = 19+119+190=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #1377BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377BE is #EC8841. Grayscale: #606060. Windows color (decimal): -15501378 or 12482323. OLE color: 12482323.

HSL color Cylindrical-coordinate representation of color #1377BE: hue angle of 204.91º 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 #1377BE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 119 190 -
CMYK 0.90 0.37 0 0.25
HSL 204.91º 0.82% 0.41% -
HSV(B) 204.91º 0.9% 0.75% -
XYZ 16.16 17.05 51.15 -
YUV 97.19 180.37 72.23 -
System Red Green Blue C M Y K H S L
Decimal 19 119 190 0.90 0.37 0 0.25 204.91 0.82 0.41
Hex 13 77 BE 5A 25 0 19 CD 52 29
Octal 23 167 276 132 45 0 31 315 122 51
Binary 10011 1110111 10111110 1011010 100101 0 11001 11001101 1010010 101001

Color Harmonies of #1377BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1377BE

Black with #1377BE

Text Example


Text Example

White with #1377BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1377BE; }

 p { color: rgb(19,119,190); }

 H1.HeaderClassName
 {
   color: #1377BE;
 }
 .AnyTagClassName
 {
   color: #1377BE;
 }
</style>

background-color css

<style>
 a { background-color: #1377BE; }

 a { background-color: rgb(19,119,190); }

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

border-color css

<style>
 span { border-color: #1377BE; }

 span { border-color: rgb(19,119,190); }

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