#023F92

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

Shades of Smalt #023F92

Tints of Smalt #023F92

Color information

#023F92 (or 0x023F92) is unknown color: approx Smalt. HEX triplet: 02, 3F and 92. RGB value is (2,63,146). Sum of RGB (Red+Green+Blue) = 2+63+146=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #023F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F92 is #FDC06D. Grayscale: #353535. Windows color (decimal): -16629870 or 9584386. OLE color: 9584386.

HSL color Cylindrical-coordinate representation of color #023F92: hue angle of 214.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F92 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB263146-
CMYK0.990.5700.43
HSL214.58º97.3%29.02%-
HSV(B)214.58º98.63%57.25%-
XYZ6.995.6427.91-
YUV54.22179.7990.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=0.95%
G=29.86%
B=69.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2631460.990.5700.43214.5897.329.02
Hex23F92633902Bd7611d
Octal2772221437105332714135
Binary10111111100100101100011111001010101111010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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