Html Css Color HEX #022F8C Smalt

📋 copy color: '#022F8C'

red 2 ◦ green 47 ◦ blue 140

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

Shades of Smalt #022F8C

Tints of Smalt #022F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 74.07%

R = 1.06%
G = 24.87%
B = 74.07%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#022F8C (or 0x022F8C) is known color: Smalt. HEX triplet: 02, 2F and 8C. RGB value is (2,47,140). Sum of RGB (Red+Green+Blue) = 2+47+140=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #022F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F8C is #FDD073. Grayscale: #2B2B2B. Windows color (decimal): -16633972 or 9187074. OLE color: 9187074.

HSL color Cylindrical-coordinate representation of color #022F8C: hue angle of 220.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F8C is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 47 140 -
CMYK 0.99 0.66 0 0.45
HSL 220.43º 0.97% 0.28% -
HSV(B) 220.43º 0.99% 0.55% -
XYZ 5.78 3.94 25.27 -
YUV 44.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 2 47 140 0.99 0.66 0 0.45 220.43 0.97 0.28
Hex 2 2F 8C 63 42 0 2D DC 61 1C
Octal 2 57 214 143 102 0 55 334 141 34
Binary 10 101111 10001100 1100011 1000010 0 101101 11011100 1100001 11100

Color Harmonies of #022F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F8C

Black with #022F8C

Text Example


Text Example

White with #022F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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