Html Css Color HEX #012E60 Prussian Blue

📋 copy color: '#012E60'

red 1 ◦ green 46 ◦ blue 96

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

Shades of Prussian Blue #012E60

Tints of Prussian Blue #012E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 0.7%
G = 32.17%
B = 67.13%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012E60 (or 0x012E60) is known color: Prussian Blue. HEX triplet: 01, 2E and 60. RGB value is (1,46,96). Sum of RGB (Red+Green+Blue) = 1+46+96=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #012E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E60 is #FED19F. Grayscale: #262626. Windows color (decimal): -16699808 or 6303233. OLE color: 6303233.

HSL color Cylindrical-coordinate representation of color #012E60: hue angle of 211.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E60 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 46 96 -
CMYK 0.99 0.52 0 0.62
HSL 211.58º 0.98% 0.19% -
HSV(B) 211.58º 0.99% 0.38% -
XYZ 3.1 2.8 11.44 -
YUV 38.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 1 46 96 0.99 0.52 0 0.62 211.58 0.98 0.19
Hex 1 2E 60 63 34 0 3E D4 62 13
Octal 1 56 140 143 64 0 76 324 142 23
Binary 1 101110 1100000 1100011 110100 0 111110 11010100 1100010 10011

Color Harmonies of #012E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E60

Black with #012E60

Text Example


Text Example

White with #012E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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