Html Css Color HEX #012E66 Prussian Blue

📋 copy color: '#012E66'

red 1 ◦ green 46 ◦ blue 102

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

Shades of Prussian Blue #012E66

Tints of Prussian Blue #012E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68.46%

R = 0.67%
G = 30.87%
B = 68.46%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#012E66 (or 0x012E66) is known color: Prussian Blue. HEX triplet: 01, 2E and 66. RGB value is (1,46,102). Sum of RGB (Red+Green+Blue) = 1+46+102=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #012E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E66 is #FED199. Grayscale: #262626. Windows color (decimal): -16699802 or 6696449. OLE color: 6696449.

HSL color Cylindrical-coordinate representation of color #012E66: hue angle of 213.27º 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 #012E66 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 46 102 -
CMYK 0.99 0.55 0 0.6
HSL 213.27º 0.98% 0.2% -
HSV(B) 213.27º 0.99% 0.4% -
XYZ 3.39 2.92 12.96 -
YUV 38.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 1 46 102 0.99 0.55 0 0.6 213.27 0.98 0.2
Hex 1 2E 66 63 37 0 3C D5 62 14
Octal 1 56 146 143 67 0 74 325 142 24
Binary 1 101110 1100110 1100011 110111 0 111100 11010101 1100010 10100

Color Harmonies of #012E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E66

Black with #012E66

Text Example


Text Example

White with #012E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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