Html Css Color HEX #012E53 Prussian Blue

📋 copy color: '#012E53'

red 1 ◦ green 46 ◦ blue 83

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

Shades of Prussian Blue #012E53

Tints of Prussian Blue #012E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 63.85%

R = 0.77%
G = 35.38%
B = 63.85%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012E53 (or 0x012E53) is known color: Prussian Blue. HEX triplet: 01, 2E and 53. RGB value is (1,46,83). Sum of RGB (Red+Green+Blue) = 1+46+83=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #012E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E53 is #FED1AC. Grayscale: #242424. Windows color (decimal): -16699821 or 5451265. OLE color: 5451265.

HSL color Cylindrical-coordinate representation of color #012E53: hue angle of 207.07º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E53 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 46 83 -
CMYK 0.99 0.45 0 0.67
HSL 207.07º 0.98% 0.16% -
HSV(B) 207.07º 0.99% 0.33% -
XYZ 2.55 2.58 8.55 -
YUV 36.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 1 46 83 0.99 0.45 0 0.67 207.07 0.98 0.16
Hex 1 2E 53 63 2D 0 43 CF 62 10
Octal 1 56 123 143 55 0 103 317 142 20
Binary 1 101110 1010011 1100011 101101 0 1000011 11001111 1100010 10000

Color Harmonies of #012E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E53

Black with #012E53

Text Example


Text Example

White with #012E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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