#0A58C1

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

Shades of Denim #0A58C1

Tints of Denim #0A58C1

Color information

#0A58C1 (or 0x0A58C1) is unknown color: approx Denim. HEX triplet: 0A, 58 and C1. RGB value is (10,88,193). Sum of RGB (Red+Green+Blue) = 10+88+193=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #0A58C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A58C1 is #F5A73E. Grayscale: #4C4C4C. Windows color (decimal): -16099135 or 12670986. OLE color: 12670986.

HSL color Cylindrical-coordinate representation of color #0A58C1: hue angle of 214.43º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A58C1 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1088193-
CMYK0.950.5400.24
HSL214.43º90.15%39.8%-
HSV(B)214.43º94.82%75.69%-
XYZ13.2410.8951.86-
YUV76.65193.6680.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.44%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 193 (75.78% from 255) = 66.32%
R=3.44%
G=30.24%
B=66.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10881930.950.5400.24214.4390.1539.8
HexA58C15F36018d65a28
Octal121303011376603032613250
Binary10101011000110000011011111110110011000110101101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A58C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A58C1; }

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

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

<style>
 a { background-color: #0A58C1; }

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

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

<style>
 span { border-color: #0A58C1; }

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

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