Html Css Color HEX #013365 Prussian Blue

📋 copy color: '#013365'

red 1 ◦ green 51 ◦ blue 101

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

Shades of Prussian Blue #013365

Tints of Prussian Blue #013365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.01%

R = 0.65%
G = 33.33%
B = 66.01%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013365 (or 0x013365) is known color: Prussian Blue. HEX triplet: 01, 33 and 65. RGB value is (1,51,101). Sum of RGB (Red+Green+Blue) = 1+51+101=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #013365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013365 is #FECC9A. Grayscale: #292929. Windows color (decimal): -16698523 or 6632193. OLE color: 6632193.

HSL color Cylindrical-coordinate representation of color #013365: hue angle of 210º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013365 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 51 101 -
CMYK 0.99 0.50 0 0.60
HSL 210º 0.98% 0.2% -
HSV(B) 210º 0.99% 0.4% -
XYZ 3.55 3.31 12.76 -
YUV 41.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 1 51 101 0.99 0.50 0 0.60 210 0.98 0.2
Hex 1 33 65 63 32 0 3C D2 62 14
Octal 1 63 145 143 62 0 74 322 142 24
Binary 1 110011 1100101 1100011 110010 0 111100 11010010 1100010 10100

Color Harmonies of #013365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013365

Black with #013365

Text Example


Text Example

White with #013365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013365; }

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

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

background-color css

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

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

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

border-color css

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

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

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