#023B94

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

Shades of Smalt #023B94

Tints of Smalt #023B94

Color information

#023B94 (or 0x023B94) is unknown color: approx Smalt. HEX triplet: 02, 3B and 94. RGB value is (2,59,148). Sum of RGB (Red+Green+Blue) = 2+59+148=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #023B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B94 is #FDC46B. Grayscale: #333333. Windows color (decimal): -16630892 or 9714434. OLE color: 9714434.

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

Color convert

RGB259148-
CMYK0.990.6000.42
HSL216.58º97.33%29.41%-
HSV(B)216.58º98.65%58.04%-
XYZ6.935.2828.67-
YUV52.1182.1292.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=0.96%
G=28.23%
B=70.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2591480.990.6000.42216.5897.3329.41
Hex23B94633C02Ad9611d
Octal2732241437405233114135
Binary10111011100101001100011111100010101011011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,59,148); }

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

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

 a { background-color: rgb(2,59,148); }

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

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

 span { border-color: rgb(2,59,148); }

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