Html Css Color HEX #012552 Prussian Blue

📋 copy color: '#012552'

red 1 ◦ green 37 ◦ blue 82

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

Shades of Prussian Blue #012552

Tints of Prussian Blue #012552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

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

R = 0.83%
G = 30.83%
B = 68.33%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012552 (or 0x012552) is known color: Prussian Blue. HEX triplet: 01, 25 and 52. RGB value is (1,37,82). Sum of RGB (Red+Green+Blue) = 1+37+82=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #012552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012552 is #FEDAAD. Grayscale: #1F1F1F. Windows color (decimal): -16702126 or 5383425. OLE color: 5383425.

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

Color convert

RGB 1 37 82 -
CMYK 0.99 0.55 0 0.68
HSL 213.33º 0.98% 0.16% -
HSV(B) 213.33º 0.99% 0.32% -
XYZ 2.2 1.94 8.24 -
YUV 31.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 1 37 82 0.99 0.55 0 0.68 213.33 0.98 0.16
Hex 1 25 52 63 37 0 44 D5 62 10
Octal 1 45 122 143 67 0 104 325 142 20
Binary 1 100101 1010010 1100011 110111 0 1000100 11010101 1100010 10000

Color Harmonies of #012552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012552

Black with #012552

Text Example


Text Example

White with #012552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012552; }

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

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

background-color css

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

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

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

border-color css

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

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

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