Html Css Color HEX #01305A Prussian Blue

📋 copy color: '#01305A'

red 1 ◦ green 48 ◦ blue 90

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

Shades of Prussian Blue #01305A

Tints of Prussian Blue #01305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

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

R = 0.72%
G = 34.53%
B = 64.75%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01305A (or 0x01305A) is known color: Prussian Blue. HEX triplet: 01, 30 and 5A. RGB value is (1,48,90). Sum of RGB (Red+Green+Blue) = 1+48+90=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #01305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01305A is #FECFA5. Grayscale: #262626. Windows color (decimal): -16699302 or 5910529. OLE color: 5910529.

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

Color convert

RGB 1 48 90 -
CMYK 0.99 0.47 0 0.65
HSL 208.31º 0.98% 0.18% -
HSV(B) 208.31º 0.99% 0.35% -
XYZ 2.91 2.86 10.07 -
YUV 38.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 1 48 90 0.99 0.47 0 0.65 208.31 0.98 0.18
Hex 1 30 5A 63 2F 0 41 D0 62 12
Octal 1 60 132 143 57 0 101 320 142 22
Binary 1 110000 1011010 1100011 101111 0 1000001 11010000 1100010 10010

Color Harmonies of #01305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01305A

Black with #01305A

Text Example


Text Example

White with #01305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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