#023C8B

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

Shades of Smalt #023C8B

Tints of Smalt #023C8B

Color information

#023C8B (or 0x023C8B) is unknown color: approx Smalt. HEX triplet: 02, 3C and 8B. RGB value is (2,60,139). Sum of RGB (Red+Green+Blue) = 2+60+139=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #023C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C8B is #FDC374. Grayscale: #333333. Windows color (decimal): -16630645 or 9124866. OLE color: 9124866.

HSL color Cylindrical-coordinate representation of color #023C8B: hue angle of 214.6º 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 #023C8B is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB260139-
CMYK0.990.5700.45
HSL214.6º97.16%27.65%-
HSV(B)214.6º98.56%54.51%-
XYZ6.35.1125.08-
YUV51.66177.2892.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=1.00%
G=29.85%
B=69.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2601390.990.5700.45214.697.1627.65
Hex23C8B633902Dd7611c
Octal2742131437105532714134
Binary10111100100010111100011111001010110111010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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