Html Css Color HEX #022750 Prussian Blue

📋 copy color: '#022750'

red 2 ◦ green 39 ◦ blue 80

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

Shades of Prussian Blue #022750

Tints of Prussian Blue #022750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

 BLUE value IS 80 (31.64% from 255) = 66.12%

R = 1.65%
G = 32.23%
B = 66.12%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022750 (or 0x022750) is known color: Prussian Blue. HEX triplet: 02, 27 and 50. RGB value is (2,39,80). Sum of RGB (Red+Green+Blue) = 2+39+80=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #022750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022750 is #FDD8AF. Grayscale: #202020. Windows color (decimal): -16636080 or 5252866. OLE color: 5252866.

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

Color convert

RGB 2 39 80 -
CMYK 0.98 0.51 0 0.69
HSL 211.54º 0.95% 0.16% -
HSV(B) 211.54º 0.98% 0.31% -
XYZ 2.2 2.04 7.87 -
YUV 32.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 2 39 80 0.98 0.51 0 0.69 211.54 0.95 0.16
Hex 2 27 50 62 33 0 45 D4 5F 10
Octal 2 47 120 142 63 0 105 324 137 20
Binary 10 100111 1010000 1100010 110011 0 1000101 11010100 1011111 10000

Color Harmonies of #022750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022750

Black with #022750

Text Example


Text Example

White with #022750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022750; }

 p { color: rgb(2,39,80); }

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

background-color css

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

 a { background-color: rgb(2,39,80); }

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

border-color css

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

 span { border-color: rgb(2,39,80); }

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