#023B9A

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

Shades of Smalt #023B9A

Tints of Smalt #023B9A

Color information

#023B9A (or 0x023B9A) is unknown color: approx Smalt. HEX triplet: 02, 3B and 9A. RGB value is (2,59,154). Sum of RGB (Red+Green+Blue) = 2+59+154=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #023B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B9A is #FDC465. Grayscale: #343434. Windows color (decimal): -16630886 or 10107650. OLE color: 10107650.

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

Color convert

RGB259154-
CMYK0.990.6200.40
HSL217.5º97.44%30.59%-
HSV(B)217.5º98.7%60.39%-
XYZ7.425.4731.24-
YUV52.79185.1291.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 154 (60.55% from 255) = 71.63%
R=0.93%
G=27.44%
B=71.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2591540.990.6200.40217.597.4430.59
Hex23B9A633E028da611f
Octal2732321437605033214137
Binary10111011100110101100011111110010100011011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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