Html Css Color HEX #022B5B Prussian Blue

📋 copy color: '#022B5B'

red 2 ◦ green 43 ◦ blue 91

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

Shades of Prussian Blue #022B5B

Tints of Prussian Blue #022B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 66.91%

R = 1.47%
G = 31.62%
B = 66.91%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#022B5B (or 0x022B5B) is known color: Prussian Blue. HEX triplet: 02, 2B and 5B. RGB value is (2,43,91). Sum of RGB (Red+Green+Blue) = 2+43+91=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #022B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B5B is #FDD4A4. Grayscale: #232323. Windows color (decimal): -16635045 or 5974786. OLE color: 5974786.

HSL color Cylindrical-coordinate representation of color #022B5B: hue angle of 212.36º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022B5B is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 43 91 -
CMYK 0.98 0.53 0 0.64
HSL 212.36º 0.96% 0.18% -
HSV(B) 212.36º 0.98% 0.36% -
XYZ 2.78 2.5 10.23 -
YUV 36.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 2 43 91 0.98 0.53 0 0.64 212.36 0.96 0.18
Hex 2 2B 5B 62 35 0 40 D4 60 12
Octal 2 53 133 142 65 0 100 324 140 22
Binary 10 101011 1011011 1100010 110101 0 1000000 11010100 1100000 10010

Color Harmonies of #022B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B5B

Black with #022B5B

Text Example


Text Example

White with #022B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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