Html Css Color HEX #022F8A Smalt

📋 copy color: '#022F8A'

red 2 ◦ green 47 ◦ blue 138

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

Shades of Smalt #022F8A

Tints of Smalt #022F8A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

 BLUE value IS 138 (54.3% from 255) = 73.8%

R = 1.07%
G = 25.13%
B = 73.8%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#022F8A (or 0x022F8A) is known color: Smalt. HEX triplet: 02, 2F and 8A. RGB value is (2,47,138). Sum of RGB (Red+Green+Blue) = 2+47+138=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #022F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F8A is #FDD075. Grayscale: #2B2B2B. Windows color (decimal): -16633974 or 9056002. OLE color: 9056002.

HSL color Cylindrical-coordinate representation of color #022F8A: hue angle of 220.15º 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 #022F8A is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 47 138 -
CMYK 0.99 0.66 0 0.46
HSL 220.15º 0.97% 0.27% -
HSV(B) 220.15º 0.99% 0.54% -
XYZ 5.63 3.88 24.5 -
YUV 43.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 2 47 138 0.99 0.66 0 0.46 220.15 0.97 0.27
Hex 2 2F 8A 63 42 0 2E DC 61 1B
Octal 2 57 212 143 102 0 56 334 141 33
Binary 10 101111 10001010 1100011 1000010 0 101110 11011100 1100001 11011

Color Harmonies of #022F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F8A

Black with #022F8A

Text Example


Text Example

White with #022F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022F8A; }

 p { color: rgb(2,47,138); }

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

background-color css

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

 a { background-color: rgb(2,47,138); }

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

border-color css

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

 span { border-color: rgb(2,47,138); }

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