Html Css Color HEX #023E94 Smalt

📋 copy color: '#023E94'

red 2 ◦ green 62 ◦ blue 148

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

Shades of Smalt #023E94

Tints of Smalt #023E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 0.94%
G = 29.25%
B = 69.81%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023E94 (or 0x023E94) is known color: Smalt. HEX triplet: 02, 3E and 94. RGB value is (2,62,148). Sum of RGB (Red+Green+Blue) = 2+62+148=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #023E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E94 is #FDC16B. Grayscale: #353535. Windows color (decimal): -16630124 or 9715202. OLE color: 9715202.

HSL color Cylindrical-coordinate representation of color #023E94: hue angle of 215.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023E94 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 62 148 -
CMYK 0.99 0.58 0 0.42
HSL 215.34º 0.97% 0.29% -
HSV(B) 215.34º 0.99% 0.58% -
XYZ 7.09 5.6 28.72 -
YUV 53.86 181.12 91.01 -
System Red Green Blue C M Y K H S L
Decimal 2 62 148 0.99 0.58 0 0.42 215.34 0.97 0.29
Hex 2 3E 94 63 3A 0 2A D7 61 1D
Octal 2 76 224 143 72 0 52 327 141 35
Binary 10 111110 10010100 1100011 111010 0 101010 11010111 1100001 11101

Color Harmonies of #023E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E94

Black with #023E94

Text Example


Text Example

White with #023E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,62,148); }

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

background-color css

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

 a { background-color: rgb(2,62,148); }

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

border-color css

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

 span { border-color: rgb(2,62,148); }

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