Html Css Color HEX #022D53 Prussian Blue

📋 copy color: '#022D53'

red 2 ◦ green 45 ◦ blue 83

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

Shades of Prussian Blue #022D53

Tints of Prussian Blue #022D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.62%

 BLUE value IS 83 (32.81% from 255) = 63.85%

R = 1.54%
G = 34.62%
B = 63.85%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022D53 (or 0x022D53) is known color: Prussian Blue. HEX triplet: 02, 2D and 53. RGB value is (2,45,83). Sum of RGB (Red+Green+Blue) = 2+45+83=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #022D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D53 is #FDD2AC. Grayscale: #242424. Windows color (decimal): -16634541 or 5451010. OLE color: 5451010.

HSL color Cylindrical-coordinate representation of color #022D53: hue angle of 208.15º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D53 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 45 83 -
CMYK 0.98 0.46 0 0.67
HSL 208.15º 0.95% 0.17% -
HSV(B) 208.15º 0.98% 0.33% -
XYZ 2.52 2.51 8.54 -
YUV 36.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 2 45 83 0.98 0.46 0 0.67 208.15 0.95 0.17
Hex 2 2D 53 62 2E 0 43 D0 5F 11
Octal 2 55 123 142 56 0 103 320 137 21
Binary 10 101101 1010011 1100010 101110 0 1000011 11010000 1011111 10001

Color Harmonies of #022D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D53

Black with #022D53

Text Example


Text Example

White with #022D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,83); }

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

background-color css

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

 a { background-color: rgb(2,45,83); }

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

border-color css

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

 span { border-color: rgb(2,45,83); }

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