Html Css Color HEX #022D8B Smalt

📋 copy color: '#022D8B'

red 2 ◦ green 45 ◦ blue 139

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

Shades of Smalt #022D8B

Tints of Smalt #022D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 139 (54.69% from 255) = 74.73%

R = 1.08%
G = 24.19%
B = 74.73%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#022D8B (or 0x022D8B) is known color: Smalt. HEX triplet: 02, 2D and 8B. RGB value is (2,45,139). Sum of RGB (Red+Green+Blue) = 2+45+139=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #022D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D8B is #FDD274. Grayscale: #2A2A2A. Windows color (decimal): -16634485 or 9121026. OLE color: 9121026.

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

Color convert

RGB 2 45 139 -
CMYK 0.99 0.68 0 0.45
HSL 221.17º 0.97% 0.28% -
HSV(B) 221.17º 0.99% 0.55% -
XYZ 5.62 3.75 24.85 -
YUV 42.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 2 45 139 0.99 0.68 0 0.45 221.17 0.97 0.28
Hex 2 2D 8B 63 44 0 2D DD 61 1C
Octal 2 55 213 143 104 0 55 335 141 34
Binary 10 101101 10001011 1100011 1000100 0 101101 11011101 1100001 11100

Color Harmonies of #022D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D8B

Black with #022D8B

Text Example


Text Example

White with #022D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,139); }

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

background-color css

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

 a { background-color: rgb(2,45,139); }

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

border-color css

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

 span { border-color: rgb(2,45,139); }

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