#023F99

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

Shades of Smalt #023F99

Tints of Smalt #023F99

Color information

#023F99 (or 0x023F99) is unknown color: approx Smalt. HEX triplet: 02, 3F and 99. RGB value is (2,63,153). Sum of RGB (Red+Green+Blue) = 2+63+153=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #023F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F99 is #FDC066. Grayscale: #363636. Windows color (decimal): -16629863 or 10043138. OLE color: 10043138.

HSL color Cylindrical-coordinate representation of color #023F99: hue angle of 215.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F99 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB263153-
CMYK0.990.5900.4
HSL215.76º97.42%30.39%-
HSV(B)215.76º98.69%60%-
XYZ7.555.8730.87-
YUV55.02183.2990.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=0.92%
G=28.90%
B=70.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2631530.990.5900.4215.7697.4230.39
Hex23F99633B028d8611e
Octal2772311437305033014136
Binary10111111100110011100011111011010100011011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F99; }

 p { color: rgb(2,63,153); }

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

<style>
 a { background-color: #023F99; }

 a { background-color: rgb(2,63,153); }

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

<style>
 span { border-color: #023F99; }

 span { border-color: rgb(2,63,153); }

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