Html Css Color HEX #023387 Smalt

📋 copy color: '#023387'

red 2 ◦ green 51 ◦ blue 135

#023387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #023387

Tints of Smalt #023387

RGB

 RED value IS 2 (1.17% from 255) = 1.06%

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 1.06%
G = 27.13%
B = 71.81%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#023387 (or 0x023387) is known color: Smalt. HEX triplet: 02, 33 and 87. RGB value is (2,51,135). Sum of RGB (Red+Green+Blue) = 2+51+135=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #023387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023387 is #FDCC78. Grayscale: #2D2D2D. Windows color (decimal): -16632953 or 8860418. OLE color: 8860418.

HSL color Cylindrical-coordinate representation of color #023387: hue angle of 217.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023387 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 51 135 -
CMYK 0.99 0.62 0 0.47
HSL 217.89º 0.97% 0.27% -
HSV(B) 217.89º 0.99% 0.53% -
XYZ 5.58 4.13 23.42 -
YUV 45.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 2 51 135 0.99 0.62 0 0.47 217.89 0.97 0.27
Hex 2 33 87 63 3E 0 2F DA 61 1B
Octal 2 63 207 143 76 0 57 332 141 33
Binary 10 110011 10000111 1100011 111110 0 101111 11011010 1100001 11011

Color Harmonies of #023387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023387

Black with #023387

Text Example


Text Example

White with #023387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023387; }

 p { color: rgb(2,51,135); }

 H1.HeaderClassName
 {
   color: #023387;
 }
 .AnyTagClassName
 {
   color: #023387;
 }
</style>

background-color css

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

 a { background-color: rgb(2,51,135); }

 div.DivClassName
 {
   background-color: #023387;
 }
 .BgClassName
 {
   background-color: #023387;
 }
</style>

border-color css

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

 span { border-color: rgb(2,51,135); }

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