Html Css Color HEX #012D4D Prussian Blue

📋 copy color: '#012D4D'

red 1 ◦ green 45 ◦ blue 77

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

Shades of Prussian Blue #012D4D

Tints of Prussian Blue #012D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 0.81%
G = 36.59%
B = 62.6%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#012D4D (or 0x012D4D) is known color: Prussian Blue. HEX triplet: 01, 2D and 4D. RGB value is (1,45,77). Sum of RGB (Red+Green+Blue) = 1+45+77=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #012D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D4D is #FED2B2. Grayscale: #232323. Windows color (decimal): -16700083 or 5057793. OLE color: 5057793.

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

Color convert

RGB 1 45 77 -
CMYK 0.99 0.42 0 0.70
HSL 205.26º 0.97% 0.15% -
HSV(B) 205.26º 0.99% 0.3% -
XYZ 2.29 2.42 7.37 -
YUV 35.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 1 45 77 0.99 0.42 0 0.70 205.26 0.97 0.15
Hex 1 2D 4D 63 2A 0 46 CD 61 F
Octal 1 55 115 143 52 0 106 315 141 17
Binary 1 101101 1001101 1100011 101010 0 1000110 11001101 1100001 1111

Color Harmonies of #012D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D4D

Black with #012D4D

Text Example


Text Example

White with #012D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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