Html Css Color HEX #022B65 Prussian Blue

📋 copy color: '#022B65'

red 2 ◦ green 43 ◦ blue 101

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

Shades of Prussian Blue #022B65

Tints of Prussian Blue #022B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 69.18%

R = 1.37%
G = 29.45%
B = 69.18%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#022B65 (or 0x022B65) is known color: Prussian Blue. HEX triplet: 02, 2B and 65. RGB value is (2,43,101). Sum of RGB (Red+Green+Blue) = 2+43+101=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #022B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B65 is #FDD49A. Grayscale: #252525. Windows color (decimal): -16635035 or 6630146. OLE color: 6630146.

HSL color Cylindrical-coordinate representation of color #022B65: hue angle of 215.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022B65 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 43 101 -
CMYK 0.98 0.57 0 0.60
HSL 215.15º 0.96% 0.2% -
HSV(B) 215.15º 0.98% 0.4% -
XYZ 3.24 2.68 12.66 -
YUV 37.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 2 43 101 0.98 0.57 0 0.60 215.15 0.96 0.2
Hex 2 2B 65 62 39 0 3C D7 60 14
Octal 2 53 145 142 71 0 74 327 140 24
Binary 10 101011 1100101 1100010 111001 0 111100 11010111 1100000 10100

Color Harmonies of #022B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B65

Black with #022B65

Text Example


Text Example

White with #022B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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