Html Css Color HEX #013566 Prussian Blue

📋 copy color: '#013566'

red 1 ◦ green 53 ◦ blue 102

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

Shades of Prussian Blue #013566

Tints of Prussian Blue #013566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

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

R = 0.64%
G = 33.97%
B = 65.38%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#013566 (or 0x013566) is known color: Prussian Blue. HEX triplet: 01, 35 and 66. RGB value is (1,53,102). Sum of RGB (Red+Green+Blue) = 1+53+102=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #013566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013566 is #FECA99. Grayscale: #2A2A2A. Windows color (decimal): -16698010 or 6698241. OLE color: 6698241.

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

Color convert

RGB 1 53 102 -
CMYK 0.99 0.48 0 0.6
HSL 209.11º 0.98% 0.2% -
HSV(B) 209.11º 0.99% 0.4% -
XYZ 3.68 3.51 13.05 -
YUV 43.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 1 53 102 0.99 0.48 0 0.6 209.11 0.98 0.2
Hex 1 35 66 63 30 0 3C D1 62 14
Octal 1 65 146 143 60 0 74 321 142 24
Binary 1 110101 1100110 1100011 110000 0 111100 11010001 1100010 10100

Color Harmonies of #013566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013566

Black with #013566

Text Example


Text Example

White with #013566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013566; }

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

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

background-color css

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

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

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

border-color css

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

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

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