Html Css Color HEX #023097 Smalt

📋 copy color: '#023097'

red 2 ◦ green 48 ◦ blue 151

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

Shades of Smalt #023097

Tints of Smalt #023097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 1%
G = 23.88%
B = 75.12%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#023097 (or 0x023097) is known color: Smalt. HEX triplet: 02, 30 and 97. RGB value is (2,48,151). Sum of RGB (Red+Green+Blue) = 2+48+151=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #023097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023097 is #FDCF68. Grayscale: #2D2D2D. Windows color (decimal): -16633705 or 9908226. OLE color: 9908226.

HSL color Cylindrical-coordinate representation of color #023097: hue angle of 221.48º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023097 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 48 151 -
CMYK 0.99 0.68 0 0.41
HSL 221.48º 0.97% 0.3% -
HSV(B) 221.48º 0.99% 0.59% -
XYZ 6.67 4.36 29.77 -
YUV 45.99 187.26 96.62 -
System Red Green Blue C M Y K H S L
Decimal 2 48 151 0.99 0.68 0 0.41 221.48 0.97 0.3
Hex 2 30 97 63 44 0 29 DD 61 1E
Octal 2 60 227 143 104 0 51 335 141 36
Binary 10 110000 10010111 1100011 1000100 0 101001 11011101 1100001 11110

Color Harmonies of #023097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023097

Black with #023097

Text Example


Text Example

White with #023097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023097; }

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

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

background-color css

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

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

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

border-color css

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

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

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