Html Css Color HEX #012E65 Prussian Blue

📋 copy color: '#012E65'

red 1 ◦ green 46 ◦ blue 101

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

Shades of Prussian Blue #012E65

Tints of Prussian Blue #012E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 68.24%

R = 0.68%
G = 31.08%
B = 68.24%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#012E65 (or 0x012E65) is known color: Prussian Blue. HEX triplet: 01, 2E and 65. RGB value is (1,46,101). Sum of RGB (Red+Green+Blue) = 1+46+101=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #012E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E65 is #FED19A. Grayscale: #262626. Windows color (decimal): -16699803 or 6630913. OLE color: 6630913.

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

Color convert

RGB 1 46 101 -
CMYK 0.99 0.54 0 0.60
HSL 213º 0.98% 0.2% -
HSV(B) 213º 0.99% 0.4% -
XYZ 3.34 2.9 12.7 -
YUV 38.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 1 46 101 0.99 0.54 0 0.60 213 0.98 0.2
Hex 1 2E 65 63 36 0 3C D5 62 14
Octal 1 56 145 143 66 0 74 325 142 24
Binary 1 101110 1100101 1100011 110110 0 111100 11010101 1100010 10100

Color Harmonies of #012E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E65

Black with #012E65

Text Example


Text Example

White with #012E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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