Html Css Color HEX #012F73 Prussian Blue

📋 copy color: '#012F73'

red 1 ◦ green 47 ◦ blue 115

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

Shades of Prussian Blue #012F73

Tints of Prussian Blue #012F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.55%

R = 0.61%
G = 28.83%
B = 70.55%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012F73 (or 0x012F73) is known color: Prussian Blue. HEX triplet: 01, 2F and 73. RGB value is (1,47,115). Sum of RGB (Red+Green+Blue) = 1+47+115=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #012F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F73 is #FED08C. Grayscale: #282828. Windows color (decimal): -16699533 or 7548673. OLE color: 7548673.

HSL color Cylindrical-coordinate representation of color #012F73: hue angle of 215.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F73 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 47 115 -
CMYK 0.99 0.59 0 0.55
HSL 215.79º 0.98% 0.23% -
HSV(B) 215.79º 0.99% 0.45% -
XYZ 4.12 3.28 16.63 -
YUV 41 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 1 47 115 0.99 0.59 0 0.55 215.79 0.98 0.23
Hex 1 2F 73 63 3B 0 37 D8 62 17
Octal 1 57 163 143 73 0 67 330 142 27
Binary 1 101111 1110011 1100011 111011 0 110111 11011000 1100010 10111

Color Harmonies of #012F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F73

Black with #012F73

Text Example


Text Example

White with #012F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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