Html Css Color HEX #01326B Prussian Blue

📋 copy color: '#01326B'

red 1 ◦ green 50 ◦ blue 107

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

Shades of Prussian Blue #01326B

Tints of Prussian Blue #01326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 67.72%

R = 0.63%
G = 31.65%
B = 67.72%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01326B (or 0x01326B) is known color: Prussian Blue. HEX triplet: 01, 32 and 6B. RGB value is (1,50,107). Sum of RGB (Red+Green+Blue) = 1+50+107=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #01326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01326B is #FECD94. Grayscale: #292929. Windows color (decimal): -16698773 or 7025153. OLE color: 7025153.

HSL color Cylindrical-coordinate representation of color #01326B: hue angle of 212.26º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01326B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 50 107 -
CMYK 0.99 0.53 0 0.58
HSL 212.26º 0.98% 0.21% -
HSV(B) 212.26º 0.99% 0.42% -
XYZ 3.81 3.35 14.36 -
YUV 41.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 1 50 107 0.99 0.53 0 0.58 212.26 0.98 0.21
Hex 1 32 6B 63 35 0 3A D4 62 15
Octal 1 62 153 143 65 0 72 324 142 25
Binary 1 110010 1101011 1100011 110101 0 111010 11010100 1100010 10101

Color Harmonies of #01326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01326B

Black with #01326B

Text Example


Text Example

White with #01326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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