Html Css Color HEX #1358BA Denim

📋 copy color: '#1358BA'

red 19 ◦ green 88 ◦ blue 186

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

Shades of Denim #1358BA

Tints of Denim #1358BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 6.48%
G = 30.03%
B = 63.48%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1358BA (or 0x1358BA) is known color: Denim. HEX triplet: 13, 58 and BA. RGB value is (19,88,186). Sum of RGB (Red+Green+Blue) = 19+88+186=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1358BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358BA is #ECA745. Grayscale: #4E4E4E. Windows color (decimal): -15509318 or 12212243. OLE color: 12212243.

HSL color Cylindrical-coordinate representation of color #1358BA: hue angle of 215.21º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1358BA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 88 186 -
CMYK 0.90 0.53 0 0.27
HSL 215.21º 0.81% 0.4% -
HSV(B) 215.21º 0.9% 0.73% -
XYZ 12.62 10.66 47.85 -
YUV 78.54 188.64 85.53 -
System Red Green Blue C M Y K H S L
Decimal 19 88 186 0.90 0.53 0 0.27 215.21 0.81 0.4
Hex 13 58 BA 5A 35 0 1B D7 51 28
Octal 23 130 272 132 65 0 33 327 121 50
Binary 10011 1011000 10111010 1011010 110101 0 11011 11010111 1010001 101000

Color Harmonies of #1358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358BA

Black with #1358BA

Text Example


Text Example

White with #1358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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