Html Css Color HEX #012C4A Prussian Blue

📋 copy color: '#012C4A'

red 1 ◦ green 44 ◦ blue 74

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

Shades of Prussian Blue #012C4A

Tints of Prussian Blue #012C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 62.18%

R = 0.84%
G = 36.97%
B = 62.18%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012C4A (or 0x012C4A) is known color: Prussian Blue. HEX triplet: 01, 2C and 4A. RGB value is (1,44,74). Sum of RGB (Red+Green+Blue) = 1+44+74=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #012C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C4A is #FED3B5. Grayscale: #222222. Windows color (decimal): -16700342 or 4860929. OLE color: 4860929.

HSL color Cylindrical-coordinate representation of color #012C4A: hue angle of 204.66º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C4A is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 44 74 -
CMYK 0.99 0.41 0 0.71
HSL 204.66º 0.97% 0.15% -
HSV(B) 204.66º 0.99% 0.29% -
XYZ 2.15 2.3 6.81 -
YUV 34.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 1 44 74 0.99 0.41 0 0.71 204.66 0.97 0.15
Hex 1 2C 4A 63 29 0 47 CD 61 F
Octal 1 54 112 143 51 0 107 315 141 17
Binary 1 101100 1001010 1100011 101001 0 1000111 11001101 1100001 1111

Color Harmonies of #012C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C4A

Black with #012C4A

Text Example


Text Example

White with #012C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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