Html Css Color HEX #01306D Prussian Blue

📋 copy color: '#01306D'

red 1 ◦ green 48 ◦ blue 109

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

Shades of Prussian Blue #01306D

Tints of Prussian Blue #01306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 0.63%
G = 30.38%
B = 68.99%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01306D (or 0x01306D) is known color: Prussian Blue. HEX triplet: 01, 30 and 6D. RGB value is (1,48,109). Sum of RGB (Red+Green+Blue) = 1+48+109=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #01306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01306D is #FECF92. Grayscale: #282828. Windows color (decimal): -16699283 or 7155713. OLE color: 7155713.

HSL color Cylindrical-coordinate representation of color #01306D: hue angle of 213.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01306D is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 48 109 -
CMYK 0.99 0.56 0 0.57
HSL 213.89º 0.98% 0.22% -
HSV(B) 213.89º 0.99% 0.43% -
XYZ 3.83 3.22 14.89 -
YUV 40.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 1 48 109 0.99 0.56 0 0.57 213.89 0.98 0.22
Hex 1 30 6D 63 38 0 39 D6 62 16
Octal 1 60 155 143 70 0 71 326 142 26
Binary 1 110000 1101101 1100011 111000 0 111001 11010110 1100010 10110

Color Harmonies of #01306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01306D

Black with #01306D

Text Example


Text Example

White with #01306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01306D; }

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

 H1.HeaderClassName
 {
   color: #01306D;
 }
 .AnyTagClassName
 {
   color: #01306D;
 }
</style>

background-color css

<style>
 a { background-color: #01306D; }

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

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

border-color css

<style>
 span { border-color: #01306D; }

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

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