#07449B

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

Shades of Cobalt #07449B

Tints of Cobalt #07449B

Color information

#07449B (or 0x07449B) is unknown color: approx Cobalt. HEX triplet: 07, 44 and 9B. RGB value is (7,68,155). Sum of RGB (Red+Green+Blue) = 7+68+155=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #07449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449B is #F8BB64. Grayscale: #3B3B3B. Windows color (decimal): -16300901 or 10175495. OLE color: 10175495.

HSL color Cylindrical-coordinate representation of color #07449B: hue angle of 215.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07449B is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB768155-
CMYK0.950.5600.39
HSL215.27º91.36%31.76%-
HSV(B)215.27º95.48%60.78%-
XYZ8.076.5531.85-
YUV59.68181.7990.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 155 (60.94% from 255) = 67.39%
R=3.04%
G=29.57%
B=67.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7681550.950.5600.39215.2791.3631.76
Hex7449B5F38027d75b20
Octal71042331377004732713340
Binary11110001001001101110111111110000100111110101111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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