Html Css Color HEX #012952 Prussian Blue

📋 copy color: '#012952'

red 1 ◦ green 41 ◦ blue 82

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

Shades of Prussian Blue #012952

Tints of Prussian Blue #012952

RGB

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

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

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

R = 0.81%
G = 33.06%
B = 66.13%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012952 (or 0x012952) is known color: Prussian Blue. HEX triplet: 01, 29 and 52. RGB value is (1,41,82). Sum of RGB (Red+Green+Blue) = 1+41+82=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #012952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012952 is #FED6AD. Grayscale: #212121. Windows color (decimal): -16701102 or 5384449. OLE color: 5384449.

HSL color Cylindrical-coordinate representation of color #012952: hue angle of 210.37º 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 #012952 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 41 82 -
CMYK 0.99 0.50 0 0.68
HSL 210.37º 0.98% 0.16% -
HSV(B) 210.37º 0.99% 0.32% -
XYZ 2.33 2.2 8.28 -
YUV 33.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 1 41 82 0.99 0.50 0 0.68 210.37 0.98 0.16
Hex 1 29 52 63 32 0 44 D2 62 10
Octal 1 51 122 143 62 0 104 322 142 20
Binary 1 101001 1010010 1100011 110010 0 1000100 11010010 1100010 10000

Color Harmonies of #012952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012952

Black with #012952

Text Example


Text Example

White with #012952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012952; }

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

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

background-color css

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

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

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

border-color css

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

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

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