#07599F

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

Shades of Cobalt #07599F

Tints of Cobalt #07599F

Color information

#07599F (or 0x07599F) is unknown color: approx Cobalt. HEX triplet: 07, 59 and 9F. RGB value is (7,89,159). Sum of RGB (Red+Green+Blue) = 7+89+159=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #07599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07599F is #F8A660. Grayscale: #484848. Windows color (decimal): -16295521 or 10443015. OLE color: 10443015.

HSL color Cylindrical-coordinate representation of color #07599F: hue angle of 207.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07599F is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB789159-
CMYK0.960.4400.38
HSL207.63º91.57%32.55%-
HSV(B)207.63º95.6%62.35%-
XYZ9.929.6934.15-
YUV72.46176.8381.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.75%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=2.75%
G=34.90%
B=62.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7891590.960.4400.38207.6391.5732.55
Hex7599F602C026d05c21
Octal71312371405404632013441
Binary11110110011001111111000001011000100110110100001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07599F; }

 p { color: rgb(7,89,159); }

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

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

 a { background-color: rgb(7,89,159); }

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

<style>
 span { border-color: #07599F; }

 span { border-color: rgb(7,89,159); }

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