#07339B

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

Shades of Smalt #07339B

Tints of Smalt #07339B

Color information

#07339B (or 0x07339B) is unknown color: approx Smalt. HEX triplet: 07, 33 and 9B. RGB value is (7,51,155). Sum of RGB (Red+Green+Blue) = 7+51+155=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #07339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07339B is #F8CC64. Grayscale: #313131. Windows color (decimal): -16305253 or 10171143. OLE color: 10171143.

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

Color convert

RGB751155-
CMYK0.950.6700.39
HSL222.16º91.36%31.76%-
HSV(B)222.16º95.48%60.78%-
XYZ7.194.7831.55-
YUV49.7187.4297.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 155 (60.94% from 255) = 72.77%
R=3.29%
G=23.94%
B=72.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7511550.950.6700.39222.1691.3631.76
Hex7339B5F43027de5b20
Octal76323313710304733613340
Binary11111001110011011101111110000110100111110111101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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