Html Css Color HEX #002852 Prussian Blue

📋 copy color: '#002852'

red 0 ◦ green 40 ◦ blue 82

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

Shades of Prussian Blue #002852

Tints of Prussian Blue #002852

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 40 (16.02% from 255) = 32.79%

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

R = 0%
G = 32.79%
B = 67.21%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002852 (or 0x002852) is known color: Prussian Blue. HEX triplet: 00, 28 and 52. RGB value is (0,40,82). Sum of RGB (Red+Green+Blue) = 0+40+82=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #002852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002852 is #FFD7AD. Grayscale: #202020. Windows color (decimal): -16766894 or 5384192. OLE color: 5384192.

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

Color convert

RGB 0 40 82 -
CMYK 1 0.51 0 0.68
HSL 210.73º 1% 0.16% -
HSV(B) 210.73º 1% 0.32% -
XYZ 2.28 2.13 8.27 -
YUV 32.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 0 40 82 1 0.51 0 0.68 210.73 1 0.16
Hex 0 28 52 64 33 0 44 D3 64 10
Octal 0 50 122 144 63 0 104 323 144 20
Binary 0 101000 1010010 1100100 110011 0 1000100 11010011 1100100 10000

Color Harmonies of #002852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002852

Black with #002852

Text Example


Text Example

White with #002852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002852; }

 p { color: rgb(0,40,82); }

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

background-color css

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

 a { background-color: rgb(0,40,82); }

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

border-color css

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

 span { border-color: rgb(0,40,82); }

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