Html Css Color HEX #023080 Smalt

📋 copy color: '#023080'

red 2 ◦ green 48 ◦ blue 128

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

Shades of Smalt #023080

Tints of Smalt #023080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 71.91%

R = 1.12%
G = 26.97%
B = 71.91%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#023080 (or 0x023080) is known color: Smalt. HEX triplet: 02, 30 and 80. RGB value is (2,48,128). Sum of RGB (Red+Green+Blue) = 2+48+128=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #023080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023080 is #FDCF7F. Grayscale: #2B2B2B. Windows color (decimal): -16633728 or 8400898. OLE color: 8400898.

HSL color Cylindrical-coordinate representation of color #023080: hue angle of 218.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023080 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 48 128 -
CMYK 0.98 0.62 0 0.50
HSL 218.1º 0.97% 0.25% -
HSV(B) 218.1º 0.98% 0.5% -
XYZ 4.98 3.69 20.87 -
YUV 43.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 2 48 128 0.98 0.62 0 0.50 218.1 0.97 0.25
Hex 2 30 80 62 3E 0 32 DA 61 19
Octal 2 60 200 142 76 0 62 332 141 31
Binary 10 110000 10000000 1100010 111110 0 110010 11011010 1100001 11001

Color Harmonies of #023080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023080

Black with #023080

Text Example


Text Example

White with #023080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023080; }

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

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

background-color css

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

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

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

border-color css

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

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

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