Html Css Color HEX #022E4E Prussian Blue

📋 copy color: '#022E4E'

red 2 ◦ green 46 ◦ blue 78

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

Shades of Prussian Blue #022E4E

Tints of Prussian Blue #022E4E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

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

R = 1.59%
G = 36.51%
B = 61.9%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022E4E (or 0x022E4E) is known color: Prussian Blue. HEX triplet: 02, 2E and 4E. RGB value is (2,46,78). Sum of RGB (Red+Green+Blue) = 2+46+78=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #022E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E4E is #FDD1B1. Grayscale: #242424. Windows color (decimal): -16634290 or 5123586. OLE color: 5123586.

HSL color Cylindrical-coordinate representation of color #022E4E: hue angle of 205.26º 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 #022E4E is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 46 78 -
CMYK 0.97 0.41 0 0.69
HSL 205.26º 0.95% 0.16% -
HSV(B) 205.26º 0.97% 0.31% -
XYZ 2.38 2.52 7.57 -
YUV 36.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 2 46 78 0.97 0.41 0 0.69 205.26 0.95 0.16
Hex 2 2E 4E 61 29 0 45 CD 5F 10
Octal 2 56 116 141 51 0 105 315 137 20
Binary 10 101110 1001110 1100001 101001 0 1000101 11001101 1011111 10000

Color Harmonies of #022E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E4E

Black with #022E4E

Text Example


Text Example

White with #022E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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