Html Css Color HEX #023092 Smalt

📋 copy color: '#023092'

red 2 ◦ green 48 ◦ blue 146

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

Shades of Smalt #023092

Tints of Smalt #023092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

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

R = 1.02%
G = 24.49%
B = 74.49%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023092 (or 0x023092) is known color: Smalt. HEX triplet: 02, 30 and 92. RGB value is (2,48,146). Sum of RGB (Red+Green+Blue) = 2+48+146=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #023092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023092 is #FDCF6D. Grayscale: #2C2C2C. Windows color (decimal): -16633710 or 9580546. OLE color: 9580546.

HSL color Cylindrical-coordinate representation of color #023092: hue angle of 220.83º 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 #023092 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 48 146 -
CMYK 0.99 0.67 0 0.43
HSL 220.83º 0.97% 0.29% -
HSV(B) 220.83º 0.99% 0.57% -
XYZ 6.27 4.2 27.67 -
YUV 45.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 2 48 146 0.99 0.67 0 0.43 220.83 0.97 0.29
Hex 2 30 92 63 43 0 2B DD 61 1D
Octal 2 60 222 143 103 0 53 335 141 35
Binary 10 110000 10010010 1100011 1000011 0 101011 11011101 1100001 11101

Color Harmonies of #023092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023092

Black with #023092

Text Example


Text Example

White with #023092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023092; }

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

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

background-color css

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

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

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

border-color css

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

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

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