Html Css Color HEX #023090 Smalt

📋 copy color: '#023090'

red 2 ◦ green 48 ◦ blue 144

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

Shades of Smalt #023090

Tints of Smalt #023090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 1.03%
G = 24.74%
B = 74.23%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#023090 (or 0x023090) is known color: Smalt. HEX triplet: 02, 30 and 90. RGB value is (2,48,144). Sum of RGB (Red+Green+Blue) = 2+48+144=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #023090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023090 is #FDCF6F. Grayscale: #2C2C2C. Windows color (decimal): -16633712 or 9449474. OLE color: 9449474.

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

Color convert

RGB 2 48 144 -
CMYK 0.99 0.67 0 0.44
HSL 220.56º 0.97% 0.29% -
HSV(B) 220.56º 0.99% 0.56% -
XYZ 6.12 4.14 26.86 -
YUV 45.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 2 48 144 0.99 0.67 0 0.44 220.56 0.97 0.29
Hex 2 30 90 63 43 0 2C DD 61 1D
Octal 2 60 220 143 103 0 54 335 141 35
Binary 10 110000 10010000 1100011 1000011 0 101100 11011101 1100001 11101

Color Harmonies of #023090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023090

Black with #023090

Text Example


Text Example

White with #023090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023090; }

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

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

background-color css

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

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

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

border-color css

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

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

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