#02378B

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

Shades of Smalt #02378B

Tints of Smalt #02378B

Color information

#02378B (or 0x02378B) is unknown color: approx Smalt. HEX triplet: 02, 37 and 8B. RGB value is (2,55,139). Sum of RGB (Red+Green+Blue) = 2+55+139=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #02378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02378B is #FDC874. Grayscale: #303030. Windows color (decimal): -16631925 or 9123586. OLE color: 9123586.

HSL color Cylindrical-coordinate representation of color #02378B: hue angle of 216.79º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02378B is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB255139-
CMYK0.990.6000.45
HSL216.79º97.16%27.65%-
HSV(B)216.79º98.56%54.51%-
XYZ6.054.6125-
YUV48.73178.9494.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 139 (54.69% from 255) = 70.92%
R=1.02%
G=28.06%
B=70.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2551390.990.6000.45216.7997.1627.65
Hex2378B633C02Dd9611c
Octal2672131437405533114134
Binary10110111100010111100011111100010110111011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,55,139); }

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

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

 a { background-color: rgb(2,55,139); }

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

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

 span { border-color: rgb(2,55,139); }

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