Html Css Color HEX #012D50 Prussian Blue

📋 copy color: '#012D50'

red 1 ◦ green 45 ◦ blue 80

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

Shades of Prussian Blue #012D50

Tints of Prussian Blue #012D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 63.49%

R = 0.79%
G = 35.71%
B = 63.49%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#012D50 (or 0x012D50) is known color: Prussian Blue. HEX triplet: 01, 2D and 50. RGB value is (1,45,80). Sum of RGB (Red+Green+Blue) = 1+45+80=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #012D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D50 is #FED2AF. Grayscale: #232323. Windows color (decimal): -16700080 or 5254401. OLE color: 5254401.

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

Color convert

RGB 1 45 80 -
CMYK 0.99 0.44 0 0.69
HSL 206.58º 0.98% 0.16% -
HSV(B) 206.58º 0.99% 0.31% -
XYZ 2.4 2.46 7.94 -
YUV 35.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 1 45 80 0.99 0.44 0 0.69 206.58 0.98 0.16
Hex 1 2D 50 63 2C 0 45 CF 62 10
Octal 1 55 120 143 54 0 105 317 142 20
Binary 1 101101 1010000 1100011 101100 0 1000101 11001111 1100010 10000

Color Harmonies of #012D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D50

Black with #012D50

Text Example


Text Example

White with #012D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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