Html Css Color HEX #01365A Prussian Blue

📋 copy color: '#01365A'

red 1 ◦ green 54 ◦ blue 90

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

Shades of Prussian Blue #01365A

Tints of Prussian Blue #01365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

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

R = 0.69%
G = 37.24%
B = 62.07%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01365A (or 0x01365A) is known color: Prussian Blue. HEX triplet: 01, 36 and 5A. RGB value is (1,54,90). Sum of RGB (Red+Green+Blue) = 1+54+90=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #01365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01365A is #FEC9A5. Grayscale: #2A2A2A. Windows color (decimal): -16697766 or 5912065. OLE color: 5912065.

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

Color convert

RGB 1 54 90 -
CMYK 0.99 0.40 0 0.65
HSL 204.27º 0.98% 0.18% -
HSV(B) 204.27º 0.99% 0.35% -
XYZ 3.18 3.38 10.16 -
YUV 42.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 1 54 90 0.99 0.40 0 0.65 204.27 0.98 0.18
Hex 1 36 5A 63 28 0 41 CC 62 12
Octal 1 66 132 143 50 0 101 314 142 22
Binary 1 110110 1011010 1100011 101000 0 1000001 11001100 1100010 10010

Color Harmonies of #01365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01365A

Black with #01365A

Text Example


Text Example

White with #01365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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