Html Css Color HEX #012F75 Prussian Blue

📋 copy color: '#012F75'

red 1 ◦ green 47 ◦ blue 117

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

Shades of Prussian Blue #012F75

Tints of Prussian Blue #012F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 0.61%
G = 28.48%
B = 70.91%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012F75 (or 0x012F75) is known color: Prussian Blue. HEX triplet: 01, 2F and 75. RGB value is (1,47,117). Sum of RGB (Red+Green+Blue) = 1+47+117=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #012F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F75 is #FED08A. Grayscale: #282828. Windows color (decimal): -16699531 or 7679745. OLE color: 7679745.

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

Color convert

RGB 1 47 117 -
CMYK 0.99 0.60 0 0.54
HSL 216.21º 0.98% 0.23% -
HSV(B) 216.21º 0.99% 0.46% -
XYZ 4.24 3.32 17.25 -
YUV 41.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 1 47 117 0.99 0.60 0 0.54 216.21 0.98 0.23
Hex 1 2F 75 63 3C 0 36 D8 62 17
Octal 1 57 165 143 74 0 66 330 142 27
Binary 1 101111 1110101 1100011 111100 0 110110 11011000 1100010 10111

Color Harmonies of #012F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F75

Black with #012F75

Text Example


Text Example

White with #012F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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