Html Css Color HEX #1373BD Denim

📋 copy color: '#1373BD'

red 19 ◦ green 115 ◦ blue 189

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

Shades of Denim #1373BD

Tints of Denim #1373BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 5.88%
G = 35.6%
B = 58.51%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1373BD (or 0x1373BD) is known color: Denim. HEX triplet: 13, 73 and BD. RGB value is (19,115,189). Sum of RGB (Red+Green+Blue) = 19+115+189=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #1373BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373BD is #EC8C42. Grayscale: #5E5E5E. Windows color (decimal): -15502403 or 12415763. OLE color: 12415763.

HSL color Cylindrical-coordinate representation of color #1373BD: hue angle of 206.12º 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 #1373BD is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 115 189 -
CMYK 0.90 0.39 0 0.26
HSL 206.12º 0.82% 0.41% -
HSV(B) 206.12º 0.9% 0.74% -
XYZ 15.58 16.07 50.43 -
YUV 94.73 181.2 73.98 -
System Red Green Blue C M Y K H S L
Decimal 19 115 189 0.90 0.39 0 0.26 206.12 0.82 0.41
Hex 13 73 BD 5A 27 0 1A CE 52 29
Octal 23 163 275 132 47 0 32 316 122 51
Binary 10011 1110011 10111101 1011010 100111 0 11010 11001110 1010010 101001

Color Harmonies of #1373BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373BD

Black with #1373BD

Text Example


Text Example

White with #1373BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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