Html Css Color HEX #022698 Smalt

📋 copy color: '#022698'

red 2 ◦ green 38 ◦ blue 152

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

Shades of Smalt #022698

Tints of Smalt #022698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 79.17%

R = 1.04%
G = 19.79%
B = 79.17%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#022698 (or 0x022698) is known color: Smalt. HEX triplet: 02, 26 and 98. RGB value is (2,38,152). Sum of RGB (Red+Green+Blue) = 2+38+152=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #022698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022698 is #FDD967. Grayscale: #272727. Windows color (decimal): -16636264 or 9971202. OLE color: 9971202.

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

Color convert

RGB 2 38 152 -
CMYK 0.99 0.75 0 0.40
HSL 225.6º 0.97% 0.3% -
HSV(B) 225.6º 0.99% 0.6% -
XYZ 6.39 3.67 30.08 -
YUV 40.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 2 38 152 0.99 0.75 0 0.40 225.6 0.97 0.3
Hex 2 26 98 63 4B 0 28 E2 61 1E
Octal 2 46 230 143 113 0 50 342 141 36
Binary 10 100110 10011000 1100011 1001011 0 101000 11100010 1100001 11110

Color Harmonies of #022698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022698

Black with #022698

Text Example


Text Example

White with #022698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022698; }

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

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

background-color css

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

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

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

border-color css

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

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

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