Html Css Color HEX #012F4D Prussian Blue

📋 copy color: '#012F4D'

red 1 ◦ green 47 ◦ blue 77

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

Shades of Prussian Blue #012F4D

Tints of Prussian Blue #012F4D

RGB

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

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

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

R = 0.8%
G = 37.6%
B = 61.6%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#012F4D (or 0x012F4D) is known color: Prussian Blue. HEX triplet: 01, 2F and 4D. RGB value is (1,47,77). Sum of RGB (Red+Green+Blue) = 1+47+77=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #012F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F4D is #FED0B2. Grayscale: #242424. Windows color (decimal): -16699571 or 5058305. OLE color: 5058305.

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

Color convert

RGB 1 47 77 -
CMYK 0.99 0.39 0 0.70
HSL 203.68º 0.97% 0.15% -
HSV(B) 203.68º 0.99% 0.3% -
XYZ 2.37 2.58 7.39 -
YUV 36.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 1 47 77 0.99 0.39 0 0.70 203.68 0.97 0.15
Hex 1 2F 4D 63 27 0 46 CC 61 F
Octal 1 57 115 143 47 0 106 314 141 17
Binary 1 101111 1001101 1100011 100111 0 1000110 11001100 1100001 1111

Color Harmonies of #012F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F4D

Black with #012F4D

Text Example


Text Example

White with #012F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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