#07248D

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

Shades of Smalt #07248D

Tints of Smalt #07248D

Color information

#07248D (or 0x07248D) is unknown color: approx Smalt. HEX triplet: 07, 24 and 8D. RGB value is (7,36,141). Sum of RGB (Red+Green+Blue) = 7+36+141=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #07248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07248D is #F8DB72. Grayscale: #262626. Windows color (decimal): -16309107 or 9249799. OLE color: 9249799.

HSL color Cylindrical-coordinate representation of color #07248D: hue angle of 227.01º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07248D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB736141-
CMYK0.950.7400.45
HSL227.01º90.54%29.02%-
HSV(B)227.01º95.04%55.29%-
XYZ5.533.2325.53-
YUV39.3185.39104.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 141 (55.47% from 255) = 76.63%
R=3.80%
G=19.57%
B=76.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7361410.950.7400.45227.0190.5429.02
Hex7248D5F4A02De35b1d
Octal74421513711205534313335
Binary1111001001000110110111111001010010110111100011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,36,141); }

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

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

 a { background-color: rgb(7,36,141); }

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

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

 span { border-color: rgb(7,36,141); }

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