Html Css Color HEX #01355A Prussian Blue

📋 copy color: '#01355A'

red 1 ◦ green 53 ◦ blue 90

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

Shades of Prussian Blue #01355A

Tints of Prussian Blue #01355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 0.69%
G = 36.81%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01355A (or 0x01355A) is known color: Prussian Blue. HEX triplet: 01, 35 and 5A. RGB value is (1,53,90). Sum of RGB (Red+Green+Blue) = 1+53+90=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #01355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01355A is #FECAA5. Grayscale: #292929. Windows color (decimal): -16698022 or 5911809. OLE color: 5911809.

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

Color convert

RGB 1 53 90 -
CMYK 0.99 0.41 0 0.65
HSL 204.94º 0.98% 0.18% -
HSV(B) 204.94º 0.99% 0.35% -
XYZ 3.13 3.29 10.14 -
YUV 41.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 1 53 90 0.99 0.41 0 0.65 204.94 0.98 0.18
Hex 1 35 5A 63 29 0 41 CD 62 12
Octal 1 65 132 143 51 0 101 315 142 22
Binary 1 110101 1011010 1100011 101001 0 1000001 11001101 1100010 10010

Color Harmonies of #01355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01355A

Black with #01355A

Text Example


Text Example

White with #01355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,53,90); }

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

background-color css

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

 a { background-color: rgb(1,53,90); }

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

border-color css

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

 span { border-color: rgb(1,53,90); }

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