#1358CA

Color #1358CA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1358CA

Tints of Denim #1358CA

Color information

#1358CA (or 0x1358CA) is unknown color: approx Denim. HEX triplet: 13, 58 and CA. RGB value is (19,88,202). Sum of RGB (Red+Green+Blue) = 19+88+202=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #1358CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358CA is #ECA735. Grayscale: #4F4F4F. Windows color (decimal): -15509302 or 13260819. OLE color: 13260819.

HSL color Cylindrical-coordinate representation of color #1358CA: hue angle of 217.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1358CA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1988202-
CMYK0.910.5600.21
HSL217.38º82.81%43.33%-
HSV(B)217.38º90.59%79.22%-
XYZ14.4211.3857.31-
YUV80.36196.6484.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 202 (79.30% from 255) = 65.37%
R=6.15%
G=28.48%
B=65.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19882020.910.5600.21217.3882.8143.33
Hex1358CA5B38015d9532b
Octal231303121337002533112353
Binary100111011000110010101011011111000010101110110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1358CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1358CA;
 }
 .AnyTagClassName
 {
   color: #1358CA;
 }
</style>
background-color css

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

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

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

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

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

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