#07388A

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

Shades of Smalt #07388A

Tints of Smalt #07388A

Color information

#07388A (or 0x07388A) is unknown color: approx Smalt. HEX triplet: 07, 38 and 8A. RGB value is (7,56,138). Sum of RGB (Red+Green+Blue) = 7+56+138=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #07388A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07388A is #F8C775. Grayscale: #323232. Windows color (decimal): -16303990 or 9058311. OLE color: 9058311.

HSL color Cylindrical-coordinate representation of color #07388A: hue angle of 217.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07388A is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB756138-
CMYK0.950.5900.46
HSL217.56º90.34%28.43%-
HSV(B)217.56º94.93%54.12%-
XYZ6.094.7124.63-
YUV50.7177.2796.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=3.48%
G=27.86%
B=68.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7561380.950.5900.46217.5690.3428.43
Hex7388A5F3B02Eda5a1c
Octal7702121377305633213234
Binary111111000100010101011111111011010111011011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07388A; }

 p { color: rgb(7,56,138); }

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

<style>
 a { background-color: #07388A; }

 a { background-color: rgb(7,56,138); }

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

<style>
 span { border-color: #07388A; }

 span { border-color: rgb(7,56,138); }

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