Html Css Color HEX #012F50 Prussian Blue

📋 copy color: '#012F50'

red 1 ◦ green 47 ◦ blue 80

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

Shades of Prussian Blue #012F50

Tints of Prussian Blue #012F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.72%

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

R = 0.78%
G = 36.72%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#012F50 (or 0x012F50) is known color: Prussian Blue. HEX triplet: 01, 2F and 50. RGB value is (1,47,80). Sum of RGB (Red+Green+Blue) = 1+47+80=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #012F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F50 is #FED0AF. Grayscale: #242424. Windows color (decimal): -16699568 or 5254913. OLE color: 5254913.

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

Color convert

RGB 1 47 80 -
CMYK 0.99 0.41 0 0.69
HSL 205.06º 0.98% 0.16% -
HSV(B) 205.06º 0.99% 0.31% -
XYZ 2.48 2.62 7.96 -
YUV 37.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 1 47 80 0.99 0.41 0 0.69 205.06 0.98 0.16
Hex 1 2F 50 63 29 0 45 CD 62 10
Octal 1 57 120 143 51 0 105 315 142 20
Binary 1 101111 1010000 1100011 101001 0 1000101 11001101 1100010 10000

Color Harmonies of #012F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F50

Black with #012F50

Text Example


Text Example

White with #012F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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