Html Css Color HEX #012F55 Prussian Blue

📋 copy color: '#012F55'

red 1 ◦ green 47 ◦ blue 85

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

Shades of Prussian Blue #012F55

Tints of Prussian Blue #012F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 63.91%

R = 0.75%
G = 35.34%
B = 63.91%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012F55 (or 0x012F55) is known color: Prussian Blue. HEX triplet: 01, 2F and 55. RGB value is (1,47,85). Sum of RGB (Red+Green+Blue) = 1+47+85=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #012F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F55 is #FED0AA. Grayscale: #252525. Windows color (decimal): -16699563 or 5582593. OLE color: 5582593.

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

Color convert

RGB 1 47 85 -
CMYK 0.99 0.45 0 0.67
HSL 207.14º 0.98% 0.17% -
HSV(B) 207.14º 0.99% 0.33% -
XYZ 2.67 2.7 8.97 -
YUV 37.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 1 47 85 0.99 0.45 0 0.67 207.14 0.98 0.17
Hex 1 2F 55 63 2D 0 43 CF 62 11
Octal 1 57 125 143 55 0 103 317 142 21
Binary 1 101111 1010101 1100011 101101 0 1000011 11001111 1100010 10001

Color Harmonies of #012F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F55

Black with #012F55

Text Example


Text Example

White with #012F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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