Html Css Color HEX #01326E Prussian Blue

📋 copy color: '#01326E'

red 1 ◦ green 50 ◦ blue 110

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

Shades of Prussian Blue #01326E

Tints of Prussian Blue #01326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

 BLUE value IS 110 (43.36% from 255) = 68.32%

R = 0.62%
G = 31.06%
B = 68.32%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01326E (or 0x01326E) is known color: Prussian Blue. HEX triplet: 01, 32 and 6E. RGB value is (1,50,110). Sum of RGB (Red+Green+Blue) = 1+50+110=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #01326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01326E is #FECD91. Grayscale: #292929. Windows color (decimal): -16698770 or 7221761. OLE color: 7221761.

HSL color Cylindrical-coordinate representation of color #01326E: hue angle of 213.03º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01326E is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 50 110 -
CMYK 0.99 0.55 0 0.57
HSL 213.03º 0.98% 0.22% -
HSV(B) 213.03º 0.99% 0.43% -
XYZ 3.97 3.41 15.2 -
YUV 42.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 1 50 110 0.99 0.55 0 0.57 213.03 0.98 0.22
Hex 1 32 6E 63 37 0 39 D5 62 16
Octal 1 62 156 143 67 0 71 325 142 26
Binary 1 110010 1101110 1100011 110111 0 111001 11010101 1100010 10110

Color Harmonies of #01326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01326E

Black with #01326E

Text Example


Text Example

White with #01326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01326E; }

 p { color: rgb(1,50,110); }

 H1.HeaderClassName
 {
   color: #01326E;
 }
 .AnyTagClassName
 {
   color: #01326E;
 }
</style>

background-color css

<style>
 a { background-color: #01326E; }

 a { background-color: rgb(1,50,110); }

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

border-color css

<style>
 span { border-color: #01326E; }

 span { border-color: rgb(1,50,110); }

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