Html Css Color HEX #013366 Prussian Blue

📋 copy color: '#013366'

red 1 ◦ green 51 ◦ blue 102

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

Shades of Prussian Blue #013366

Tints of Prussian Blue #013366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.23%

R = 0.65%
G = 33.12%
B = 66.23%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#013366 (or 0x013366) is known color: Prussian Blue. HEX triplet: 01, 33 and 66. RGB value is (1,51,102). Sum of RGB (Red+Green+Blue) = 1+51+102=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #013366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013366 is #FECC99. Grayscale: #292929. Windows color (decimal): -16698522 or 6697729. OLE color: 6697729.

HSL color Cylindrical-coordinate representation of color #013366: hue angle of 210.3º 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 #013366 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 51 102 -
CMYK 0.99 0.5 0 0.6
HSL 210.3º 0.98% 0.2% -
HSV(B) 210.3º 0.99% 0.4% -
XYZ 3.59 3.33 13.02 -
YUV 41.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 1 51 102 0.99 0.5 0 0.6 210.3 0.98 0.2
Hex 1 33 66 63 32 0 3C D2 62 14
Octal 1 63 146 143 62 0 74 322 142 24
Binary 1 110011 1100110 1100011 110010 0 111100 11010010 1100010 10100

Color Harmonies of #013366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013366

Black with #013366

Text Example


Text Example

White with #013366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013366; }

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

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

background-color css

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

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

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

border-color css

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

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

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