Html Css Color HEX #01327B Prussian Blue

📋 copy color: '#01327B'

red 1 ◦ green 50 ◦ blue 123

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

Shades of Prussian Blue #01327B

Tints of Prussian Blue #01327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 70.69%

R = 0.57%
G = 28.74%
B = 70.69%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01327B (or 0x01327B) is known color: Prussian Blue. HEX triplet: 01, 32 and 7B. RGB value is (1,50,123). Sum of RGB (Red+Green+Blue) = 1+50+123=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #01327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01327B is #FECD84. Grayscale: #2B2B2B. Windows color (decimal): -16698757 or 8073729. OLE color: 8073729.

HSL color Cylindrical-coordinate representation of color #01327B: hue angle of 215.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01327B is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 50 123 -
CMYK 0.99 0.59 0 0.52
HSL 215.9º 0.98% 0.24% -
HSV(B) 215.9º 0.99% 0.48% -
XYZ 4.73 3.72 19.21 -
YUV 43.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 1 50 123 0.99 0.59 0 0.52 215.9 0.98 0.24
Hex 1 32 7B 63 3B 0 34 D8 62 18
Octal 1 62 173 143 73 0 64 330 142 30
Binary 1 110010 1111011 1100011 111011 0 110100 11011000 1100010 11000

Color Harmonies of #01327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01327B

Black with #01327B

Text Example


Text Example

White with #01327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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