Html Css Color HEX #022693 Smalt

📋 copy color: '#022693'

red 2 ◦ green 38 ◦ blue 147

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

Shades of Smalt #022693

Tints of Smalt #022693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 78.61%

R = 1.07%
G = 20.32%
B = 78.61%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022693 (or 0x022693) is known color: Smalt. HEX triplet: 02, 26 and 93. RGB value is (2,38,147). Sum of RGB (Red+Green+Blue) = 2+38+147=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #022693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022693 is #FDD96C. Grayscale: #272727. Windows color (decimal): -16636269 or 9643522. OLE color: 9643522.

HSL color Cylindrical-coordinate representation of color #022693: hue angle of 225.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022693 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 38 147 -
CMYK 0.99 0.74 0 0.42
HSL 225.1º 0.97% 0.29% -
HSV(B) 225.1º 0.99% 0.58% -
XYZ 5.98 3.51 27.97 -
YUV 39.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 2 38 147 0.99 0.74 0 0.42 225.1 0.97 0.29
Hex 2 26 93 63 4A 0 2A E1 61 1D
Octal 2 46 223 143 112 0 52 341 141 35
Binary 10 100110 10010011 1100011 1001010 0 101010 11100001 1100001 11101

Color Harmonies of #022693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022693

Black with #022693

Text Example


Text Example

White with #022693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022693; }

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

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

background-color css

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

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

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

border-color css

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

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

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