#0858C1

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

Shades of Denim #0858C1

Tints of Denim #0858C1

Color information

#0858C1 (or 0x0858C1) is unknown color: approx Denim. HEX triplet: 08, 58 and C1. RGB value is (8,88,193). Sum of RGB (Red+Green+Blue) = 8+88+193=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #0858C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858C1 is #F7A73E. Grayscale: #4B4B4B. Windows color (decimal): -16230207 or 12670984. OLE color: 12670984.

HSL color Cylindrical-coordinate representation of color #0858C1: hue angle of 214.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0858C1 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB888193-
CMYK0.960.5400.24
HSL214.05º92.04%39.41%-
HSV(B)214.05º95.85%75.69%-
XYZ13.2210.8851.86-
YUV76.0519479.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 193 (75.78% from 255) = 66.78%
R=2.77%
G=30.45%
B=66.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8881930.960.5400.24214.0592.0439.41
Hex858C16036018d65c27
Octal101303011406603032613447
Binary10001011000110000011100000110110011000110101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0858C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0858C1; }

 p { color: rgb(8,88,193); }

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

<style>
 a { background-color: #0858C1; }

 a { background-color: rgb(8,88,193); }

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

<style>
 span { border-color: #0858C1; }

 span { border-color: rgb(8,88,193); }

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