#1258CF

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

Shades of Denim #1258CF

Tints of Denim #1258CF

Color information

#1258CF (or 0x1258CF) is unknown color: approx Denim. HEX triplet: 12, 58 and CF. RGB value is (18,88,207). Sum of RGB (Red+Green+Blue) = 18+88+207=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1258CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258CF is #EDA730. Grayscale: #505050. Windows color (decimal): -15574833 or 13588498. OLE color: 13588498.

HSL color Cylindrical-coordinate representation of color #1258CF: hue angle of 217.78º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1258CF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1888207-
CMYK0.910.5700.19
HSL217.78º84%44.12%-
HSV(B)217.78º91.3%81.18%-
XYZ1511.6160.48-
YUV80.64199.3183.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 207 (81.25% from 255) = 66.13%
R=5.75%
G=28.12%
B=66.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18882070.910.5700.19217.788444.12
Hex1258CF5B39013da542c
Octal221303171337102333212454
Binary100101011000110011111011011111001010011110110101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1258CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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