Html Css Color HEX #1375BD Denim

📋 copy color: '#1375BD'

red 19 ◦ green 117 ◦ blue 189

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

Shades of Denim #1375BD

Tints of Denim #1375BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 5.85%
G = 36%
B = 58.15%

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

#1375BD (or 0x1375BD) is known color: Denim. HEX triplet: 13, 75 and BD. RGB value is (19,117,189). Sum of RGB (Red+Green+Blue) = 19+117+189=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #1375BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375BD is #EC8A42. Grayscale: #5F5F5F. Windows color (decimal): -15501891 or 12416275. OLE color: 12416275.

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

Color convert

RGB 19 117 189 -
CMYK 0.90 0.38 0 0.26
HSL 205.41º 0.82% 0.41% -
HSV(B) 205.41º 0.9% 0.74% -
XYZ 15.82 16.54 50.5 -
YUV 95.91 180.53 73.15 -
System Red Green Blue C M Y K H S L
Decimal 19 117 189 0.90 0.38 0 0.26 205.41 0.82 0.41
Hex 13 75 BD 5A 26 0 1A CD 52 29
Octal 23 165 275 132 46 0 32 315 122 51
Binary 10011 1110101 10111101 1011010 100110 0 11010 11001101 1010010 101001

Color Harmonies of #1375BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375BD

Black with #1375BD

Text Example


Text Example

White with #1375BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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