Html Css Color HEX #1358C0 Denim

📋 copy color: '#1358C0'

red 19 ◦ green 88 ◦ blue 192

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

Shades of Denim #1358C0

Tints of Denim #1358C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 6.35%
G = 29.43%
B = 64.21%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1358C0 (or 0x1358C0) is known color: Denim. HEX triplet: 13, 58 and C0. RGB value is (19,88,192). Sum of RGB (Red+Green+Blue) = 19+88+192=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #1358C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358C0 is #ECA73F. Grayscale: #4E4E4E. Windows color (decimal): -15509312 or 12605459. OLE color: 12605459.

HSL color Cylindrical-coordinate representation of color #1358C0: hue angle of 216.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1358C0 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 88 192 -
CMYK 0.90 0.54 0 0.25
HSL 216.07º 0.82% 0.41% -
HSV(B) 216.07º 0.9% 0.75% -
XYZ 13.27 10.92 51.28 -
YUV 79.23 191.64 85.04 -
System Red Green Blue C M Y K H S L
Decimal 19 88 192 0.90 0.54 0 0.25 216.07 0.82 0.41
Hex 13 58 C0 5A 36 0 19 D8 52 29
Octal 23 130 300 132 66 0 31 330 122 51
Binary 10011 1011000 11000000 1011010 110110 0 11001 11011000 1010010 101001

Color Harmonies of #1358C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358C0

Black with #1358C0

Text Example


Text Example

White with #1358C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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