Html Css Color HEX #1358AD Denim

📋 copy color: '#1358AD'

red 19 ◦ green 88 ◦ blue 173

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

Shades of Denim #1358AD

Tints of Denim #1358AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 6.79%
G = 31.43%
B = 61.79%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1358AD (or 0x1358AD) is known color: Denim. HEX triplet: 13, 58 and AD. RGB value is (19,88,173). Sum of RGB (Red+Green+Blue) = 19+88+173=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #1358AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1358AD is #ECA752. Grayscale: #4C4C4C. Windows color (decimal): -15509331 or 11360275. OLE color: 11360275.

HSL color Cylindrical-coordinate representation of color #1358AD: hue angle of 213.12º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1358AD is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 88 173 -
CMYK 0.89 0.49 0 0.32
HSL 213.12º 0.8% 0.38% -
HSV(B) 213.12º 0.89% 0.68% -
XYZ 11.3 10.14 40.9 -
YUV 77.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 19 88 173 0.89 0.49 0 0.32 213.12 0.8 0.38
Hex 13 58 AD 59 31 0 20 D5 50 26
Octal 23 130 255 131 61 0 40 325 120 46
Binary 10011 1011000 10101101 1011001 110001 0 100000 11010101 1010000 100110

Color Harmonies of #1358AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358AD

Black with #1358AD

Text Example


Text Example

White with #1358AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1358AD; }

 p { color: rgb(19,88,173); }

 H1.HeaderClassName
 {
   color: #1358AD;
 }
 .AnyTagClassName
 {
   color: #1358AD;
 }
</style>

background-color css

<style>
 a { background-color: #1358AD; }

 a { background-color: rgb(19,88,173); }

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

border-color css

<style>
 span { border-color: #1358AD; }

 span { border-color: rgb(19,88,173); }

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