Html Css Color HEX #023F99 Smalt

📋 copy color: '#023F99'

red 2 ◦ green 63 ◦ blue 153

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

Shades of Smalt #023F99

Tints of Smalt #023F99

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

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

R = 0.92%
G = 28.9%
B = 70.18%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#023F99 (or 0x023F99) is known color: Smalt. HEX triplet: 02, 3F and 99. RGB value is (2,63,153). Sum of RGB (Red+Green+Blue) = 2+63+153=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #023F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F99 is #FDC066. Grayscale: #363636. Windows color (decimal): -16629863 or 10043138. OLE color: 10043138.

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

Color convert

RGB 2 63 153 -
CMYK 0.99 0.59 0 0.4
HSL 215.76º 0.97% 0.3% -
HSV(B) 215.76º 0.99% 0.6% -
XYZ 7.55 5.87 30.87 -
YUV 55.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 2 63 153 0.99 0.59 0 0.4 215.76 0.97 0.3
Hex 2 3F 99 63 3B 0 28 D8 61 1E
Octal 2 77 231 143 73 0 50 330 141 36
Binary 10 111111 10011001 1100011 111011 0 101000 11011000 1100001 11110

Color Harmonies of #023F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F99

Black with #023F99

Text Example


Text Example

White with #023F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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