Html Css Color HEX #022697 Smalt

📋 copy color: '#022697'

red 2 ◦ green 38 ◦ blue 151

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

Shades of Smalt #022697

Tints of Smalt #022697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

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

R = 1.05%
G = 19.9%
B = 79.06%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022697 (or 0x022697) is known color: Smalt. HEX triplet: 02, 26 and 97. RGB value is (2,38,151). Sum of RGB (Red+Green+Blue) = 2+38+151=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #022697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022697 is #FDD968. Grayscale: #272727. Windows color (decimal): -16636265 or 9905666. OLE color: 9905666.

HSL color Cylindrical-coordinate representation of color #022697: hue angle of 225.5º 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 #022697 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 38 151 -
CMYK 0.99 0.75 0 0.41
HSL 225.5º 0.97% 0.3% -
HSV(B) 225.5º 0.99% 0.59% -
XYZ 6.3 3.63 29.65 -
YUV 40.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 2 38 151 0.99 0.75 0 0.41 225.5 0.97 0.3
Hex 2 26 97 63 4B 0 29 E2 61 1E
Octal 2 46 227 143 113 0 51 342 141 36
Binary 10 100110 10010111 1100011 1001011 0 101001 11100010 1100001 11110

Color Harmonies of #022697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022697

Black with #022697

Text Example


Text Example

White with #022697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022697; }

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

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

background-color css

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

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

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

border-color css

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

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

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