Html Css Color HEX #013666 Prussian Blue

📋 copy color: '#013666'

red 1 ◦ green 54 ◦ blue 102

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

Shades of Prussian Blue #013666

Tints of Prussian Blue #013666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

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

R = 0.64%
G = 34.39%
B = 64.97%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#013666 (or 0x013666) is known color: Prussian Blue. HEX triplet: 01, 36 and 66. RGB value is (1,54,102). Sum of RGB (Red+Green+Blue) = 1+54+102=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #013666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013666 is #FEC999. Grayscale: #2B2B2B. Windows color (decimal): -16697754 or 6698497. OLE color: 6698497.

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

Color convert

RGB 1 54 102 -
CMYK 0.99 0.47 0 0.6
HSL 208.51º 0.98% 0.2% -
HSV(B) 208.51º 0.99% 0.4% -
XYZ 3.73 3.6 13.07 -
YUV 43.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 1 54 102 0.99 0.47 0 0.6 208.51 0.98 0.2
Hex 1 36 66 63 2F 0 3C D1 62 14
Octal 1 66 146 143 57 0 74 321 142 24
Binary 1 110110 1100110 1100011 101111 0 111100 11010001 1100010 10100

Color Harmonies of #013666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013666

Black with #013666

Text Example


Text Example

White with #013666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013666; }

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

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

background-color css

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

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

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

border-color css

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

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

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