#07449D

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

Shades of Cobalt #07449D

Tints of Cobalt #07449D

Color information

#07449D (or 0x07449D) is unknown color: approx Cobalt. HEX triplet: 07, 44 and 9D. RGB value is (7,68,157). Sum of RGB (Red+Green+Blue) = 7+68+157=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #07449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449D is #F8BB62. Grayscale: #3B3B3B. Windows color (decimal): -16300899 or 10306567. OLE color: 10306567.

HSL color Cylindrical-coordinate representation of color #07449D: hue angle of 215.6º degrees, saturation: 0.91, 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 #07449D is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB768157-
CMYK0.960.5700.38
HSL215.6º91.46%32.16%-
HSV(B)215.6º95.54%61.57%-
XYZ8.246.6132.74-
YUV59.91182.7990.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.02%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 157 (61.72% from 255) = 67.67%
R=3.02%
G=29.31%
B=67.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7681570.960.5700.38215.691.4632.16
Hex7449D6039026d85b20
Octal71042351407104633013340
Binary11110001001001110111000001110010100110110110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07449D; }

 p { color: rgb(7,68,157); }

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

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

 a { background-color: rgb(7,68,157); }

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

<style>
 span { border-color: #07449D; }

 span { border-color: rgb(7,68,157); }

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