Html Css Color HEX #1358AB Denim

📋 copy color: '#1358AB'

red 19 ◦ green 88 ◦ blue 171

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

Shades of Denim #1358AB

Tints of Denim #1358AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 6.83%
G = 31.65%
B = 61.51%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1358AB (or 0x1358AB) is known color: Denim. HEX triplet: 13, 58 and AB. RGB value is (19,88,171). Sum of RGB (Red+Green+Blue) = 19+88+171=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #1358AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1358AB is #ECA754. Grayscale: #4C4C4C. Windows color (decimal): -15509333 or 11229203. OLE color: 11229203.

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

Color convert

RGB 19 88 171 -
CMYK 0.89 0.49 0 0.33
HSL 212.76º 0.8% 0.37% -
HSV(B) 212.76º 0.89% 0.67% -
XYZ 11.11 10.06 39.88 -
YUV 76.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 19 88 171 0.89 0.49 0 0.33 212.76 0.8 0.37
Hex 13 58 AB 59 31 0 21 D5 50 25
Octal 23 130 253 131 61 0 41 325 120 45
Binary 10011 1011000 10101011 1011001 110001 0 100001 11010101 1010000 100101

Color Harmonies of #1358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358AB

Black with #1358AB

Text Example


Text Example

White with #1358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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