Html Css Color HEX #022B4E Prussian Blue

📋 copy color: '#022B4E'

red 2 ◦ green 43 ◦ blue 78

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

Shades of Prussian Blue #022B4E

Tints of Prussian Blue #022B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

 BLUE value IS 78 (30.86% from 255) = 63.41%

R = 1.63%
G = 34.96%
B = 63.41%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022B4E (or 0x022B4E) is known color: Prussian Blue. HEX triplet: 02, 2B and 4E. RGB value is (2,43,78). Sum of RGB (Red+Green+Blue) = 2+43+78=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #022B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B4E is #FDD4B1. Grayscale: #222222. Windows color (decimal): -16635058 or 5122818. OLE color: 5122818.

HSL color Cylindrical-coordinate representation of color #022B4E: hue angle of 207.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B4E is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 43 78 -
CMYK 0.97 0.45 0 0.69
HSL 207.63º 0.95% 0.16% -
HSV(B) 207.63º 0.97% 0.31% -
XYZ 2.26 2.29 7.53 -
YUV 34.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 2 43 78 0.97 0.45 0 0.69 207.63 0.95 0.16
Hex 2 2B 4E 61 2D 0 45 D0 5F 10
Octal 2 53 116 141 55 0 105 320 137 20
Binary 10 101011 1001110 1100001 101101 0 1000101 11010000 1011111 10000

Color Harmonies of #022B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B4E

Black with #022B4E

Text Example


Text Example

White with #022B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,43,78); }

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

background-color css

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

 a { background-color: rgb(2,43,78); }

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

border-color css

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

 span { border-color: rgb(2,43,78); }

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