Html Css Color HEX #023081 Smalt

📋 copy color: '#023081'

red 2 ◦ green 48 ◦ blue 129

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

Shades of Smalt #023081

Tints of Smalt #023081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 72.07%

R = 1.12%
G = 26.82%
B = 72.07%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#023081 (or 0x023081) is known color: Smalt. HEX triplet: 02, 30 and 81. RGB value is (2,48,129). Sum of RGB (Red+Green+Blue) = 2+48+129=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #023081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023081 is #FDCF7E. Grayscale: #2B2B2B. Windows color (decimal): -16633727 or 8466434. OLE color: 8466434.

HSL color Cylindrical-coordinate representation of color #023081: hue angle of 218.27º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023081 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 48 129 -
CMYK 0.98 0.63 0 0.49
HSL 218.27º 0.97% 0.26% -
HSV(B) 218.27º 0.98% 0.51% -
XYZ 5.04 3.71 21.22 -
YUV 43.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 2 48 129 0.98 0.63 0 0.49 218.27 0.97 0.26
Hex 2 30 81 62 3F 0 31 DA 61 1A
Octal 2 60 201 142 77 0 61 332 141 32
Binary 10 110000 10000001 1100010 111111 0 110001 11011010 1100001 11010

Color Harmonies of #023081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023081

Black with #023081

Text Example


Text Example

White with #023081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023081; }

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

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

background-color css

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

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

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

border-color css

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

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

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