#07559a

Color #07559A Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #07559A

Tints of Cobalt #07559A

Color information

#07559A (or 0x07559A) is unknown color: approx Cobalt. HEX triplet: 07, 55 and 9A. RGB value is (7,85,154). Sum of RGB (Red+Green+Blue) = 7+85+154=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #07559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07559A is #F8AA65. Grayscale: #454545. Windows color (decimal): -16296550 or 10114311. OLE color: 10114311.

HSL color Cylindrical-coordinate representation of color #07559A: hue angle of 208.16º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07559A is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB785154-
CMYK0.950.4500.40
HSL208.16º91.3%31.57%-
HSV(B)208.16º95.45%60.39%-
XYZ9.178.8831.8-
YUV69.54175.6683.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.85%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 154 (60.55% from 255) = 62.60%
R=2.85%
G=34.55%
B=62.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7851540.950.4500.40208.1691.331.57
Hex7559A5F2D028d05b20
Octal71252321375505032013340
Binary11110101011001101010111111011010101000110100001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07559a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07559a; }

 p { color: rgb(7,85,154); }

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

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

 a { background-color: rgb(7,85,154); }

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

<style>
 span { border-color: #07559a; }

 span { border-color: rgb(7,85,154); }

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