Html Css Color HEX #013369 Prussian Blue

📋 copy color: '#013369'

red 1 ◦ green 51 ◦ blue 105

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

Shades of Prussian Blue #013369

Tints of Prussian Blue #013369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 0.64%
G = 32.48%
B = 66.88%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013369 (or 0x013369) is known color: Prussian Blue. HEX triplet: 01, 33 and 69. RGB value is (1,51,105). Sum of RGB (Red+Green+Blue) = 1+51+105=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #013369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013369 is #FECC96. Grayscale: #292929. Windows color (decimal): -16698519 or 6894337. OLE color: 6894337.

HSL color Cylindrical-coordinate representation of color #013369: hue angle of 211.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013369 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 51 105 -
CMYK 0.99 0.51 0 0.59
HSL 211.15º 0.98% 0.21% -
HSV(B) 211.15º 0.99% 0.41% -
XYZ 3.75 3.39 13.82 -
YUV 42.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 1 51 105 0.99 0.51 0 0.59 211.15 0.98 0.21
Hex 1 33 69 63 33 0 3B D3 62 15
Octal 1 63 151 143 63 0 73 323 142 25
Binary 1 110011 1101001 1100011 110011 0 111011 11010011 1100010 10101

Color Harmonies of #013369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013369

Black with #013369

Text Example


Text Example

White with #013369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013369; }

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

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

background-color css

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

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

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

border-color css

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

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

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