Html Css Color HEX #022952 Prussian Blue

📋 copy color: '#022952'

red 2 ◦ green 41 ◦ blue 82

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

Shades of Prussian Blue #022952

Tints of Prussian Blue #022952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 82 (32.42% from 255) = 65.6%

R = 1.6%
G = 32.8%
B = 65.6%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022952 (or 0x022952) is known color: Prussian Blue. HEX triplet: 02, 29 and 52. RGB value is (2,41,82). Sum of RGB (Red+Green+Blue) = 2+41+82=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #022952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022952 is #FDD6AD. Grayscale: #212121. Windows color (decimal): -16635566 or 5384450. OLE color: 5384450.

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

Color convert

RGB 2 41 82 -
CMYK 0.98 0.50 0 0.68
HSL 210.75º 0.95% 0.16% -
HSV(B) 210.75º 0.98% 0.32% -
XYZ 2.34 2.21 8.29 -
YUV 34.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 2 41 82 0.98 0.50 0 0.68 210.75 0.95 0.16
Hex 2 29 52 62 32 0 44 D3 5F 10
Octal 2 51 122 142 62 0 104 323 137 20
Binary 10 101001 1010010 1100010 110010 0 1000100 11010011 1011111 10000

Color Harmonies of #022952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022952

Black with #022952

Text Example


Text Example

White with #022952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022952; }

 p { color: rgb(2,41,82); }

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

background-color css

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

 a { background-color: rgb(2,41,82); }

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

border-color css

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

 span { border-color: rgb(2,41,82); }

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