Html Css Color HEX #023E92 Smalt

📋 copy color: '#023E92'

red 2 ◦ green 62 ◦ blue 146

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

Shades of Smalt #023E92

Tints of Smalt #023E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 0.95%
G = 29.52%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023E92 (or 0x023E92) is known color: Smalt. HEX triplet: 02, 3E and 92. RGB value is (2,62,146). Sum of RGB (Red+Green+Blue) = 2+62+146=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #023E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E92 is #FDC16D. Grayscale: #353535. Windows color (decimal): -16630126 or 9584130. OLE color: 9584130.

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

Color convert

RGB 2 62 146 -
CMYK 0.99 0.58 0 0.43
HSL 215º 0.97% 0.29% -
HSV(B) 215º 0.99% 0.57% -
XYZ 6.94 5.53 27.9 -
YUV 53.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 2 62 146 0.99 0.58 0 0.43 215 0.97 0.29
Hex 2 3E 92 63 3A 0 2B D7 61 1D
Octal 2 76 222 143 72 0 53 327 141 35
Binary 10 111110 10010010 1100011 111010 0 101011 11010111 1100001 11101

Color Harmonies of #023E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E92

Black with #023E92

Text Example


Text Example

White with #023E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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