Html Css Color HEX #012A58 Prussian Blue

📋 copy color: '#012A58'

red 1 ◦ green 42 ◦ blue 88

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

Shades of Prussian Blue #012A58

Tints of Prussian Blue #012A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.06%

 BLUE value IS 88 (34.77% from 255) = 67.18%

R = 0.76%
G = 32.06%
B = 67.18%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012A58 (or 0x012A58) is known color: Prussian Blue. HEX triplet: 01, 2A and 58. RGB value is (1,42,88). Sum of RGB (Red+Green+Blue) = 1+42+88=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #012A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A58 is #FED5A7. Grayscale: #222222. Windows color (decimal): -16700840 or 5777921. OLE color: 5777921.

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

Color convert

RGB 1 42 88 -
CMYK 0.99 0.52 0 0.65
HSL 211.72º 0.98% 0.17% -
HSV(B) 211.72º 0.99% 0.35% -
XYZ 2.6 2.37 9.55 -
YUV 34.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 1 42 88 0.99 0.52 0 0.65 211.72 0.98 0.17
Hex 1 2A 58 63 34 0 41 D4 62 11
Octal 1 52 130 143 64 0 101 324 142 21
Binary 1 101010 1011000 1100011 110100 0 1000001 11010100 1100010 10001

Color Harmonies of #012A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A58

Black with #012A58

Text Example


Text Example

White with #012A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,42,88); }

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

background-color css

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

 a { background-color: rgb(1,42,88); }

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

border-color css

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

 span { border-color: rgb(1,42,88); }

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