Html Css Color HEX #01305F Prussian Blue

📋 copy color: '#01305F'

red 1 ◦ green 48 ◦ blue 95

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

Shades of Prussian Blue #01305F

Tints of Prussian Blue #01305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 65.97%

R = 0.69%
G = 33.33%
B = 65.97%

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

#01305F (or 0x01305F) is known color: Prussian Blue. HEX triplet: 01, 30 and 5F. RGB value is (1,48,95). Sum of RGB (Red+Green+Blue) = 1+48+95=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #01305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01305F is #FECFA0. Grayscale: #272727. Windows color (decimal): -16699297 or 6238209. OLE color: 6238209.

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

Color convert

RGB 1 48 95 -
CMYK 0.99 0.49 0 0.63
HSL 210º 0.98% 0.19% -
HSV(B) 210º 0.99% 0.37% -
XYZ 3.14 2.95 11.23 -
YUV 39.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 1 48 95 0.99 0.49 0 0.63 210 0.98 0.19
Hex 1 30 5F 63 31 0 3F D2 62 13
Octal 1 60 137 143 61 0 77 322 142 23
Binary 1 110000 1011111 1100011 110001 0 111111 11010010 1100010 10011

Color Harmonies of #01305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01305F

Black with #01305F

Text Example


Text Example

White with #01305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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