Html Css Color HEX #012D4A Prussian Blue

📋 copy color: '#012D4A'

red 1 ◦ green 45 ◦ blue 74

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

Shades of Prussian Blue #012D4A

Tints of Prussian Blue #012D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.5%

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

R = 0.83%
G = 37.5%
B = 61.67%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012D4A (or 0x012D4A) is known color: Prussian Blue. HEX triplet: 01, 2D and 4A. RGB value is (1,45,74). Sum of RGB (Red+Green+Blue) = 1+45+74=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #012D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D4A is #FED2B5. Grayscale: #222222. Windows color (decimal): -16700086 or 4861185. OLE color: 4861185.

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

Color convert

RGB 1 45 74 -
CMYK 0.99 0.39 0 0.71
HSL 203.84º 0.97% 0.15% -
HSV(B) 203.84º 0.99% 0.29% -
XYZ 2.19 2.38 6.82 -
YUV 35.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 1 45 74 0.99 0.39 0 0.71 203.84 0.97 0.15
Hex 1 2D 4A 63 27 0 47 CC 61 F
Octal 1 55 112 143 47 0 107 314 141 17
Binary 1 101101 1001010 1100011 100111 0 1000111 11001100 1100001 1111

Color Harmonies of #012D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D4A

Black with #012D4A

Text Example


Text Example

White with #012D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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