Html Css Color HEX #01337A Prussian Blue

📋 copy color: '#01337A'

red 1 ◦ green 51 ◦ blue 122

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

Shades of Prussian Blue #01337A

Tints of Prussian Blue #01337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 122 (48.05% from 255) = 70.11%

R = 0.57%
G = 29.31%
B = 70.11%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01337A (or 0x01337A) is known color: Prussian Blue. HEX triplet: 01, 33 and 7A. RGB value is (1,51,122). Sum of RGB (Red+Green+Blue) = 1+51+122=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 122 (48.05% from 255 or 70.11% from 174); Max value from RGB is 122 - color contains mainly: blue. Hex color #01337A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01337A is #FECC85. Grayscale: #2B2B2B. Windows color (decimal): -16698502 or 8008449. OLE color: 8008449.

HSL color Cylindrical-coordinate representation of color #01337A: hue angle of 215.21º 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 #01337A is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 51 122 -
CMYK 0.99 0.58 0 0.52
HSL 215.21º 0.98% 0.24% -
HSV(B) 215.21º 0.99% 0.48% -
XYZ 4.71 3.78 18.89 -
YUV 44.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 1 51 122 0.99 0.58 0 0.52 215.21 0.98 0.24
Hex 1 33 7A 63 3A 0 34 D7 62 18
Octal 1 63 172 143 72 0 64 327 142 30
Binary 1 110011 1111010 1100011 111010 0 110100 11010111 1100010 11000

Color Harmonies of #01337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01337A

Black with #01337A

Text Example


Text Example

White with #01337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01337A; }

 p { color: rgb(1,51,122); }

 H1.HeaderClassName
 {
   color: #01337A;
 }
 .AnyTagClassName
 {
   color: #01337A;
 }
</style>

background-color css

<style>
 a { background-color: #01337A; }

 a { background-color: rgb(1,51,122); }

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

border-color css

<style>
 span { border-color: #01337A; }

 span { border-color: rgb(1,51,122); }

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