Html Css Color HEX #012D70 Prussian Blue

📋 copy color: '#012D70'

red 1 ◦ green 45 ◦ blue 112

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

Shades of Prussian Blue #012D70

Tints of Prussian Blue #012D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 70.89%

R = 0.63%
G = 28.48%
B = 70.89%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012D70 (or 0x012D70) is known color: Prussian Blue. HEX triplet: 01, 2D and 70. RGB value is (1,45,112). Sum of RGB (Red+Green+Blue) = 1+45+112=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #012D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D70 is #FED28F. Grayscale: #272727. Windows color (decimal): -16700048 or 7351553. OLE color: 7351553.

HSL color Cylindrical-coordinate representation of color #012D70: hue angle of 216.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D70 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 45 112 -
CMYK 0.99 0.60 0 0.56
HSL 216.22º 0.98% 0.22% -
HSV(B) 216.22º 0.99% 0.44% -
XYZ 3.88 3.05 15.71 -
YUV 39.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 1 45 112 0.99 0.60 0 0.56 216.22 0.98 0.22
Hex 1 2D 70 63 3C 0 38 D8 62 16
Octal 1 55 160 143 74 0 70 330 142 26
Binary 1 101101 1110000 1100011 111100 0 111000 11011000 1100010 10110

Color Harmonies of #012D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D70

Black with #012D70

Text Example


Text Example

White with #012D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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