Html Css Color HEX #012852 Prussian Blue

📋 copy color: '#012852'

red 1 ◦ green 40 ◦ blue 82

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

Shades of Prussian Blue #012852

Tints of Prussian Blue #012852

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

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

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

R = 0.81%
G = 32.52%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012852 (or 0x012852) is known color: Prussian Blue. HEX triplet: 01, 28 and 52. RGB value is (1,40,82). Sum of RGB (Red+Green+Blue) = 1+40+82=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #012852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012852 is #FED7AD. Grayscale: #202020. Windows color (decimal): -16701358 or 5384193. OLE color: 5384193.

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

Color convert

RGB 1 40 82 -
CMYK 0.99 0.51 0 0.68
HSL 211.11º 0.98% 0.16% -
HSV(B) 211.11º 0.99% 0.32% -
XYZ 2.29 2.13 8.27 -
YUV 33.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 1 40 82 0.99 0.51 0 0.68 211.11 0.98 0.16
Hex 1 28 52 63 33 0 44 D3 62 10
Octal 1 50 122 143 63 0 104 323 142 20
Binary 1 101000 1010010 1100011 110011 0 1000100 11010011 1100010 10000

Color Harmonies of #012852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012852

Black with #012852

Text Example


Text Example

White with #012852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012852; }

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

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

background-color css

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

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

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

border-color css

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

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

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