#07469B

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

Shades of Cobalt #07469B

Tints of Cobalt #07469B

Color information

#07469B (or 0x07469B) is unknown color: approx Cobalt. HEX triplet: 07, 46 and 9B. RGB value is (7,70,155). Sum of RGB (Red+Green+Blue) = 7+70+155=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #07469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07469B is #F8B964. Grayscale: #3C3C3C. Windows color (decimal): -16300389 or 10176007. OLE color: 10176007.

HSL color Cylindrical-coordinate representation of color #07469B: hue angle of 214.46º 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 #07469B is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB770155-
CMYK0.950.5500.39
HSL214.46º91.36%31.76%-
HSV(B)214.46º95.48%60.78%-
XYZ8.196.7931.89-
YUV60.85181.1389.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.02%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=3.02%
G=30.17%
B=66.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7701550.950.5500.39214.4691.3631.76
Hex7469B5F37027d65b20
Octal71062331376704732613340
Binary11110001101001101110111111101110100111110101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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