Html Css Color HEX #023089 Smalt

📋 copy color: '#023089'

red 2 ◦ green 48 ◦ blue 137

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

Shades of Smalt #023089

Tints of Smalt #023089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 73.26%

R = 1.07%
G = 25.67%
B = 73.26%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#023089 (or 0x023089) is known color: Smalt. HEX triplet: 02, 30 and 89. RGB value is (2,48,137). Sum of RGB (Red+Green+Blue) = 2+48+137=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #023089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023089 is #FDCF76. Grayscale: #2B2B2B. Windows color (decimal): -16633719 or 8990722. OLE color: 8990722.

HSL color Cylindrical-coordinate representation of color #023089: hue angle of 219.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023089 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 48 137 -
CMYK 0.99 0.65 0 0.46
HSL 219.56º 0.97% 0.27% -
HSV(B) 219.56º 0.99% 0.54% -
XYZ 5.6 3.93 24.13 -
YUV 44.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 2 48 137 0.99 0.65 0 0.46 219.56 0.97 0.27
Hex 2 30 89 63 41 0 2E DC 61 1B
Octal 2 60 211 143 101 0 56 334 141 33
Binary 10 110000 10001001 1100011 1000001 0 101110 11011100 1100001 11011

Color Harmonies of #023089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023089

Black with #023089

Text Example


Text Example

White with #023089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023089; }

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

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

background-color css

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

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

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

border-color css

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

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

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