Html Css Color HEX #012E5D Prussian Blue

📋 copy color: '#012E5D'

red 1 ◦ green 46 ◦ blue 93

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

Shades of Prussian Blue #012E5D

Tints of Prussian Blue #012E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.86%

 BLUE value IS 93 (36.72% from 255) = 66.43%

R = 0.71%
G = 32.86%
B = 66.43%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#012E5D (or 0x012E5D) is known color: Prussian Blue. HEX triplet: 01, 2E and 5D. RGB value is (1,46,93). Sum of RGB (Red+Green+Blue) = 1+46+93=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #012E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E5D is #FED1A2. Grayscale: #252525. Windows color (decimal): -16699811 or 6106625. OLE color: 6106625.

HSL color Cylindrical-coordinate representation of color #012E5D: hue angle of 210.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E5D is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 46 93 -
CMYK 0.99 0.51 0 0.64
HSL 210.65º 0.98% 0.18% -
HSV(B) 210.65º 0.99% 0.36% -
XYZ 2.97 2.75 10.73 -
YUV 37.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 1 46 93 0.99 0.51 0 0.64 210.65 0.98 0.18
Hex 1 2E 5D 63 33 0 40 D3 62 12
Octal 1 56 135 143 63 0 100 323 142 22
Binary 1 101110 1011101 1100011 110011 0 1000000 11010011 1100010 10010

Color Harmonies of #012E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E5D

Black with #012E5D

Text Example


Text Example

White with #012E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,93); }

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

background-color css

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

 a { background-color: rgb(1,46,93); }

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

border-color css

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

 span { border-color: rgb(1,46,93); }

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