Html Css Color HEX #012C52 Prussian Blue

📋 copy color: '#012C52'

red 1 ◦ green 44 ◦ blue 82

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

Shades of Prussian Blue #012C52

Tints of Prussian Blue #012C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.65%

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

R = 0.79%
G = 34.65%
B = 64.57%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012C52 (or 0x012C52) is known color: Prussian Blue. HEX triplet: 01, 2C and 52. RGB value is (1,44,82). Sum of RGB (Red+Green+Blue) = 1+44+82=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #012C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C52 is #FED3AD. Grayscale: #232323. Windows color (decimal): -16700334 or 5385217. OLE color: 5385217.

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

Color convert

RGB 1 44 82 -
CMYK 0.99 0.46 0 0.68
HSL 208.15º 0.98% 0.16% -
HSV(B) 208.15º 0.99% 0.32% -
XYZ 2.44 2.42 8.32 -
YUV 35.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 1 44 82 0.99 0.46 0 0.68 208.15 0.98 0.16
Hex 1 2C 52 63 2E 0 44 D0 62 10
Octal 1 54 122 143 56 0 104 320 142 20
Binary 1 101100 1010010 1100011 101110 0 1000100 11010000 1100010 10000

Color Harmonies of #012C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C52

Black with #012C52

Text Example


Text Example

White with #012C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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