Html Css Color HEX #01305E Prussian Blue

📋 copy color: '#01305E'

red 1 ◦ green 48 ◦ blue 94

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

Shades of Prussian Blue #01305E

Tints of Prussian Blue #01305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 65.73%

R = 0.7%
G = 33.57%
B = 65.73%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01305E (or 0x01305E) is known color: Prussian Blue. HEX triplet: 01, 30 and 5E. RGB value is (1,48,94). Sum of RGB (Red+Green+Blue) = 1+48+94=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #01305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01305E is #FECFA1. Grayscale: #262626. Windows color (decimal): -16699298 or 6172673. OLE color: 6172673.

HSL color Cylindrical-coordinate representation of color #01305E: hue angle of 209.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01305E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 48 94 -
CMYK 0.99 0.49 0 0.63
HSL 209.68º 0.98% 0.19% -
HSV(B) 209.68º 0.99% 0.37% -
XYZ 3.09 2.93 10.99 -
YUV 39.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 1 48 94 0.99 0.49 0 0.63 209.68 0.98 0.19
Hex 1 30 5E 63 31 0 3F D2 62 13
Octal 1 60 136 143 61 0 77 322 142 23
Binary 1 110000 1011110 1100011 110001 0 111111 11010010 1100010 10011

Color Harmonies of #01305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01305E

Black with #01305E

Text Example


Text Example

White with #01305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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