Html Css Color HEX #012C61 Prussian Blue

📋 copy color: '#012C61'

red 1 ◦ green 44 ◦ blue 97

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

Shades of Prussian Blue #012C61

Tints of Prussian Blue #012C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 68.31%

R = 0.7%
G = 30.99%
B = 68.31%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012C61 (or 0x012C61) is known color: Prussian Blue. HEX triplet: 01, 2C and 61. RGB value is (1,44,97). Sum of RGB (Red+Green+Blue) = 1+44+97=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #012C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C61 is #FED39E. Grayscale: #242424. Windows color (decimal): -16700319 or 6368257. OLE color: 6368257.

HSL color Cylindrical-coordinate representation of color #012C61: hue angle of 213.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C61 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 44 97 -
CMYK 0.99 0.55 0 0.62
HSL 213.13º 0.98% 0.19% -
HSV(B) 213.13º 0.99% 0.38% -
XYZ 3.07 2.67 11.66 -
YUV 37.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 1 44 97 0.99 0.55 0 0.62 213.13 0.98 0.19
Hex 1 2C 61 63 37 0 3E D5 62 13
Octal 1 54 141 143 67 0 76 325 142 23
Binary 1 101100 1100001 1100011 110111 0 111110 11010101 1100010 10011

Color Harmonies of #012C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C61

Black with #012C61

Text Example


Text Example

White with #012C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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