#0658BA

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

Shades of Denim #0658BA

Tints of Denim #0658BA

Color information

#0658BA (or 0x0658BA) is unknown color: approx Denim. HEX triplet: 06, 58 and BA. RGB value is (6,88,186). Sum of RGB (Red+Green+Blue) = 6+88+186=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #0658BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0658BA is #F9A745. Grayscale: #4A4A4A. Windows color (decimal): -16361286 or 12212230. OLE color: 12212230.

HSL color Cylindrical-coordinate representation of color #0658BA: hue angle of 212.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0658BA is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB688186-
CMYK0.970.5300.27
HSL212.67º93.75%37.65%-
HSV(B)212.67º96.77%72.94%-
XYZ12.4310.5647.84-
YUV74.65190.8379.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=2.14%
G=31.43%
B=66.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6881860.970.5300.27212.6793.7537.65
Hex658BA613501Bd55e26
Octal61302721416503332513646
Binary1101011000101110101100001110101011011110101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0658BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0658BA; }

 p { color: rgb(6,88,186); }

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

<style>
 a { background-color: #0658BA; }

 a { background-color: rgb(6,88,186); }

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

<style>
 span { border-color: #0658BA; }

 span { border-color: rgb(6,88,186); }

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