Html Css Color HEX #012E75 Prussian Blue

📋 copy color: '#012E75'

red 1 ◦ green 46 ◦ blue 117

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

Shades of Prussian Blue #012E75

Tints of Prussian Blue #012E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 0.61%
G = 28.05%
B = 71.34%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012E75 (or 0x012E75) is known color: Prussian Blue. HEX triplet: 01, 2E and 75. RGB value is (1,46,117). Sum of RGB (Red+Green+Blue) = 1+46+117=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #012E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E75 is #FED18A. Grayscale: #282828. Windows color (decimal): -16699787 or 7679489. OLE color: 7679489.

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

Color convert

RGB 1 46 117 -
CMYK 0.99 0.61 0 0.54
HSL 216.72º 0.98% 0.23% -
HSV(B) 216.72º 0.99% 0.46% -
XYZ 4.2 3.24 17.23 -
YUV 40.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 1 46 117 0.99 0.61 0 0.54 216.72 0.98 0.23
Hex 1 2E 75 63 3D 0 36 D9 62 17
Octal 1 56 165 143 75 0 66 331 142 27
Binary 1 101110 1110101 1100011 111101 0 110110 11011001 1100010 10111

Color Harmonies of #012E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E75

Black with #012E75

Text Example


Text Example

White with #012E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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