Html Css Color HEX #1358A4 Denim

📋 copy color: '#1358A4'

red 19 ◦ green 88 ◦ blue 164

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

Shades of Denim #1358A4

Tints of Denim #1358A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.52%

R = 7.01%
G = 32.47%
B = 60.52%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1358A4 (or 0x1358A4) is known color: Denim. HEX triplet: 13, 58 and A4. RGB value is (19,88,164). Sum of RGB (Red+Green+Blue) = 19+88+164=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #1358A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1358A4 is #ECA75B. Grayscale: #4B4B4B. Windows color (decimal): -15509340 or 10770451. OLE color: 10770451.

HSL color Cylindrical-coordinate representation of color #1358A4: hue angle of 211.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1358A4 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 88 164 -
CMYK 0.88 0.46 0 0.36
HSL 211.45º 0.79% 0.36% -
HSV(B) 211.45º 0.88% 0.64% -
XYZ 10.46 9.8 36.46 -
YUV 76.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 19 88 164 0.88 0.46 0 0.36 211.45 0.79 0.36
Hex 13 58 A4 58 2E 0 24 D3 4F 24
Octal 23 130 244 130 56 0 44 323 117 44
Binary 10011 1011000 10100100 1011000 101110 0 100100 11010011 1001111 100100

Color Harmonies of #1358A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358A4

Black with #1358A4

Text Example


Text Example

White with #1358A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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