Html Css Color HEX #01336D Prussian Blue

📋 copy color: '#01336D'

red 1 ◦ green 51 ◦ blue 109

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

Shades of Prussian Blue #01336D

Tints of Prussian Blue #01336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 0.62%
G = 31.68%
B = 67.7%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01336D (or 0x01336D) is known color: Prussian Blue. HEX triplet: 01, 33 and 6D. RGB value is (1,51,109). Sum of RGB (Red+Green+Blue) = 1+51+109=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #01336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01336D is #FECC92. Grayscale: #2A2A2A. Windows color (decimal): -16698515 or 7156481. OLE color: 7156481.

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

Color convert

RGB 1 51 109 -
CMYK 0.99 0.53 0 0.57
HSL 212.22º 0.98% 0.22% -
HSV(B) 212.22º 0.99% 0.43% -
XYZ 3.96 3.48 14.93 -
YUV 42.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 1 51 109 0.99 0.53 0 0.57 212.22 0.98 0.22
Hex 1 33 6D 63 35 0 39 D4 62 16
Octal 1 63 155 143 65 0 71 324 142 26
Binary 1 110011 1101101 1100011 110101 0 111001 11010100 1100010 10110

Color Harmonies of #01336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01336D

Black with #01336D

Text Example


Text Example

White with #01336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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