Html Css Color HEX #012E6D Prussian Blue

📋 copy color: '#012E6D'

red 1 ◦ green 46 ◦ blue 109

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

Shades of Prussian Blue #012E6D

Tints of Prussian Blue #012E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 69.87%

R = 0.64%
G = 29.49%
B = 69.87%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#012E6D (or 0x012E6D) is known color: Prussian Blue. HEX triplet: 01, 2E and 6D. RGB value is (1,46,109). Sum of RGB (Red+Green+Blue) = 1+46+109=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #012E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E6D is #FED192. Grayscale: #272727. Windows color (decimal): -16699795 or 7155201. OLE color: 7155201.

HSL color Cylindrical-coordinate representation of color #012E6D: hue angle of 215º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E6D is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 46 109 -
CMYK 0.99 0.58 0 0.57
HSL 215º 0.98% 0.22% -
HSV(B) 215º 0.99% 0.43% -
XYZ 3.75 3.06 14.86 -
YUV 39.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 1 46 109 0.99 0.58 0 0.57 215 0.98 0.22
Hex 1 2E 6D 63 3A 0 39 D7 62 16
Octal 1 56 155 143 72 0 71 327 142 26
Binary 1 101110 1101101 1100011 111010 0 111001 11010111 1100010 10110

Color Harmonies of #012E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E6D

Black with #012E6D

Text Example


Text Example

White with #012E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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