Html Css Color HEX #022D4D Prussian Blue

📋 copy color: '#022D4D'

red 2 ◦ green 45 ◦ blue 77

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

Shades of Prussian Blue #022D4D

Tints of Prussian Blue #022D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.1%

R = 1.61%
G = 36.29%
B = 62.1%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#022D4D (or 0x022D4D) is known color: Prussian Blue. HEX triplet: 02, 2D and 4D. RGB value is (2,45,77). Sum of RGB (Red+Green+Blue) = 2+45+77=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #022D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D4D is #FDD2B2. Grayscale: #232323. Windows color (decimal): -16634547 or 5057794. OLE color: 5057794.

HSL color Cylindrical-coordinate representation of color #022D4D: hue angle of 205.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D4D is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 45 77 -
CMYK 0.97 0.42 0 0.70
HSL 205.6º 0.95% 0.15% -
HSV(B) 205.6º 0.97% 0.3% -
XYZ 2.3 2.43 7.37 -
YUV 35.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 2 45 77 0.97 0.42 0 0.70 205.6 0.95 0.15
Hex 2 2D 4D 61 2A 0 46 CE 5F F
Octal 2 55 115 141 52 0 106 316 137 17
Binary 10 101101 1001101 1100001 101010 0 1000110 11001110 1011111 1111

Color Harmonies of #022D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D4D

Black with #022D4D

Text Example


Text Example

White with #022D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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