#1258CA

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

Shades of Denim #1258CA

Tints of Denim #1258CA

Color information

#1258CA (or 0x1258CA) is unknown color: approx Denim. HEX triplet: 12, 58 and CA. RGB value is (18,88,202). Sum of RGB (Red+Green+Blue) = 18+88+202=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #1258CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258CA is #EDA735. Grayscale: #4F4F4F. Windows color (decimal): -15574838 or 13260818. OLE color: 13260818.

HSL color Cylindrical-coordinate representation of color #1258CA: hue angle of 217.17º degrees, saturation: 0.84, 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 #1258CA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1888202-
CMYK0.910.5600.21
HSL217.17º83.64%43.14%-
HSV(B)217.17º91.09%79.22%-
XYZ14.411.3757.31-
YUV80.07196.8183.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 65.58%
R=5.84%
G=28.57%
B=65.58%

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
Decimal18882020.910.5600.21217.1783.6443.14
Hex1258CA5B38015d9542b
Octal221303121337002533112453
Binary100101011000110010101011011111000010101110110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1258CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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