Html Css Color HEX #022D4F Prussian Blue

📋 copy color: '#022D4F'

red 2 ◦ green 45 ◦ blue 79

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

Shades of Prussian Blue #022D4F

Tints of Prussian Blue #022D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 62.7%

R = 1.59%
G = 35.71%
B = 62.7%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022D4F (or 0x022D4F) is known color: Prussian Blue. HEX triplet: 02, 2D and 4F. RGB value is (2,45,79). Sum of RGB (Red+Green+Blue) = 2+45+79=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #022D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D4F is #FDD2B0. Grayscale: #232323. Windows color (decimal): -16634545 or 5188866. OLE color: 5188866.

HSL color Cylindrical-coordinate representation of color #022D4F: hue angle of 206.49º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D4F is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 45 79 -
CMYK 0.97 0.43 0 0.69
HSL 206.49º 0.95% 0.16% -
HSV(B) 206.49º 0.97% 0.31% -
XYZ 2.37 2.45 7.75 -
YUV 36.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 2 45 79 0.97 0.43 0 0.69 206.49 0.95 0.16
Hex 2 2D 4F 61 2B 0 45 CE 5F 10
Octal 2 55 117 141 53 0 105 316 137 20
Binary 10 101101 1001111 1100001 101011 0 1000101 11001110 1011111 10000

Color Harmonies of #022D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D4F

Black with #022D4F

Text Example


Text Example

White with #022D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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