Html Css Color HEX #01366D Prussian Blue

📋 copy color: '#01366D'

red 1 ◦ green 54 ◦ blue 109

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

Shades of Prussian Blue #01366D

Tints of Prussian Blue #01366D

RGB

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

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

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

R = 0.61%
G = 32.93%
B = 66.46%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01366D (or 0x01366D) is known color: Prussian Blue. HEX triplet: 01, 36 and 6D. RGB value is (1,54,109). Sum of RGB (Red+Green+Blue) = 1+54+109=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #01366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01366D is #FEC992. Grayscale: #2C2C2C. Windows color (decimal): -16697747 or 7157249. OLE color: 7157249.

HSL color Cylindrical-coordinate representation of color #01366D: hue angle of 210.56º 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 #01366D is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 54 109 -
CMYK 0.99 0.50 0 0.57
HSL 210.56º 0.98% 0.22% -
HSV(B) 210.56º 0.99% 0.43% -
XYZ 4.09 3.75 14.98 -
YUV 44.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 1 54 109 0.99 0.50 0 0.57 210.56 0.98 0.22
Hex 1 36 6D 63 32 0 39 D3 62 16
Octal 1 66 155 143 62 0 71 323 142 26
Binary 1 110110 1101101 1100011 110010 0 111001 11010011 1100010 10110

Color Harmonies of #01366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01366D

Black with #01366D

Text Example


Text Example

White with #01366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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