Html Css Color HEX #023B99 Smalt

📋 copy color: '#023B99'

red 2 ◦ green 59 ◦ blue 153

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

Shades of Smalt #023B99

Tints of Smalt #023B99

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.57%

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 0.93%
G = 27.57%
B = 71.5%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#023B99 (or 0x023B99) is known color: Smalt. HEX triplet: 02, 3B and 99. RGB value is (2,59,153). Sum of RGB (Red+Green+Blue) = 2+59+153=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #023B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B99 is #FDC466. Grayscale: #343434. Windows color (decimal): -16630887 or 10042114. OLE color: 10042114.

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

Color convert

RGB 2 59 153 -
CMYK 0.99 0.61 0 0.4
HSL 217.35º 0.97% 0.3% -
HSV(B) 217.35º 0.99% 0.6% -
XYZ 7.34 5.44 30.8 -
YUV 52.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 2 59 153 0.99 0.61 0 0.4 217.35 0.97 0.3
Hex 2 3B 99 63 3D 0 28 D9 61 1E
Octal 2 73 231 143 75 0 50 331 141 36
Binary 10 111011 10011001 1100011 111101 0 101000 11011001 1100001 11110

Color Harmonies of #023B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B99

Black with #023B99

Text Example


Text Example

White with #023B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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