Html Css Color HEX #023093 Smalt

📋 copy color: '#023093'

red 2 ◦ green 48 ◦ blue 147

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

Shades of Smalt #023093

Tints of Smalt #023093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 74.62%

R = 1.02%
G = 24.37%
B = 74.62%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023093 (or 0x023093) is known color: Smalt. HEX triplet: 02, 30 and 93. RGB value is (2,48,147). Sum of RGB (Red+Green+Blue) = 2+48+147=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #023093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023093 is #FDCF6C. Grayscale: #2D2D2D. Windows color (decimal): -16633709 or 9646082. OLE color: 9646082.

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

Color convert

RGB 2 48 147 -
CMYK 0.99 0.67 0 0.42
HSL 220.97º 0.97% 0.29% -
HSV(B) 220.97º 0.99% 0.58% -
XYZ 6.35 4.23 28.09 -
YUV 45.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 2 48 147 0.99 0.67 0 0.42 220.97 0.97 0.29
Hex 2 30 93 63 43 0 2A DD 61 1D
Octal 2 60 223 143 103 0 52 335 141 35
Binary 10 110000 10010011 1100011 1000011 0 101010 11011101 1100001 11101

Color Harmonies of #023093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023093

Black with #023093

Text Example


Text Example

White with #023093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023093; }

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

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

background-color css

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

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

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

border-color css

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

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

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