#07499E

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

Shades of Cobalt #07499E

Tints of Cobalt #07499E

Color information

#07499E (or 0x07499E) is unknown color: approx Cobalt. HEX triplet: 07, 49 and 9E. RGB value is (7,73,158). Sum of RGB (Red+Green+Blue) = 7+73+158=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #07499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07499E is #F8B661. Grayscale: #3E3E3E. Windows color (decimal): -16299618 or 10373383. OLE color: 10373383.

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

Color convert

RGB773158-
CMYK0.960.5400.38
HSL213.77º91.52%32.35%-
HSV(B)213.77º95.57%61.96%-
XYZ8.647.2833.3-
YUV62.96181.6388.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.94%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=2.94%
G=30.67%
B=66.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7731580.960.5400.38213.7791.5232.35
Hex7499E6036026d65c20
Octal71112361406604632613440
Binary11110010011001111011000001101100100110110101101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07499E; }

 p { color: rgb(7,73,158); }

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

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

 a { background-color: rgb(7,73,158); }

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

<style>
 span { border-color: #07499E; }

 span { border-color: rgb(7,73,158); }

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