Html Css Color HEX #022E68 Prussian Blue

📋 copy color: '#022E68'

red 2 ◦ green 46 ◦ blue 104

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

Shades of Prussian Blue #022E68

Tints of Prussian Blue #022E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 68.42%

R = 1.32%
G = 30.26%
B = 68.42%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022E68 (or 0x022E68) is known color: Prussian Blue. HEX triplet: 02, 2E and 68. RGB value is (2,46,104). Sum of RGB (Red+Green+Blue) = 2+46+104=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #022E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E68 is #FDD197. Grayscale: #272727. Windows color (decimal): -16634264 or 6827522. OLE color: 6827522.

HSL color Cylindrical-coordinate representation of color #022E68: hue angle of 214.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E68 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 46 104 -
CMYK 0.98 0.56 0 0.59
HSL 214.12º 0.96% 0.21% -
HSV(B) 214.12º 0.98% 0.41% -
XYZ 3.5 2.97 13.48 -
YUV 39.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 2 46 104 0.98 0.56 0 0.59 214.12 0.96 0.21
Hex 2 2E 68 62 38 0 3B D6 60 15
Octal 2 56 150 142 70 0 73 326 140 25
Binary 10 101110 1101000 1100010 111000 0 111011 11010110 1100000 10101

Color Harmonies of #022E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E68

Black with #022E68

Text Example


Text Example

White with #022E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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