Html Css Color HEX #012E69 Prussian Blue

📋 copy color: '#012E69'

red 1 ◦ green 46 ◦ blue 105

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

Shades of Prussian Blue #012E69

Tints of Prussian Blue #012E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 69.08%

R = 0.66%
G = 30.26%
B = 69.08%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012E69 (or 0x012E69) is known color: Prussian Blue. HEX triplet: 01, 2E and 69. RGB value is (1,46,105). Sum of RGB (Red+Green+Blue) = 1+46+105=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #012E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E69 is #FED196. Grayscale: #262626. Windows color (decimal): -16699799 or 6893057. OLE color: 6893057.

HSL color Cylindrical-coordinate representation of color #012E69: hue angle of 214.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E69 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 46 105 -
CMYK 0.99 0.56 0 0.59
HSL 214.04º 0.98% 0.21% -
HSV(B) 214.04º 0.99% 0.41% -
XYZ 3.54 2.98 13.75 -
YUV 39.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 1 46 105 0.99 0.56 0 0.59 214.04 0.98 0.21
Hex 1 2E 69 63 38 0 3B D6 62 15
Octal 1 56 151 143 70 0 73 326 142 25
Binary 1 101110 1101001 1100011 111000 0 111011 11010110 1100010 10101

Color Harmonies of #012E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E69

Black with #012E69

Text Example


Text Example

White with #012E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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