Html Css Color HEX #022D67 Prussian Blue

📋 copy color: '#022D67'

red 2 ◦ green 45 ◦ blue 103

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

Shades of Prussian Blue #022D67

Tints of Prussian Blue #022D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 68.67%

R = 1.33%
G = 30%
B = 68.67%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#022D67 (or 0x022D67) is known color: Prussian Blue. HEX triplet: 02, 2D and 67. RGB value is (2,45,103). Sum of RGB (Red+Green+Blue) = 2+45+103=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #022D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D67 is #FDD298. Grayscale: #262626. Windows color (decimal): -16634521 or 6761730. OLE color: 6761730.

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

Color convert

RGB 2 45 103 -
CMYK 0.98 0.56 0 0.60
HSL 214.46º 0.96% 0.21% -
HSV(B) 214.46º 0.98% 0.4% -
XYZ 3.41 2.87 13.21 -
YUV 38.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 2 45 103 0.98 0.56 0 0.60 214.46 0.96 0.21
Hex 2 2D 67 62 38 0 3C D6 60 15
Octal 2 55 147 142 70 0 74 326 140 25
Binary 10 101101 1100111 1100010 111000 0 111100 11010110 1100000 10101

Color Harmonies of #022D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D67

Black with #022D67

Text Example


Text Example

White with #022D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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