Html Css Color HEX #013668 Prussian Blue

📋 copy color: '#013668'

red 1 ◦ green 54 ◦ blue 104

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

Shades of Prussian Blue #013668

Tints of Prussian Blue #013668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65.41%

R = 0.63%
G = 33.96%
B = 65.41%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013668 (or 0x013668) is known color: Prussian Blue. HEX triplet: 01, 36 and 68. RGB value is (1,54,104). Sum of RGB (Red+Green+Blue) = 1+54+104=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #013668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013668 is #FEC997. Grayscale: #2B2B2B. Windows color (decimal): -16697752 or 6829569. OLE color: 6829569.

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

Color convert

RGB 1 54 104 -
CMYK 0.99 0.48 0 0.59
HSL 209.13º 0.98% 0.21% -
HSV(B) 209.13º 0.99% 0.41% -
XYZ 3.83 3.64 13.6 -
YUV 43.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 1 54 104 0.99 0.48 0 0.59 209.13 0.98 0.21
Hex 1 36 68 63 30 0 3B D1 62 15
Octal 1 66 150 143 60 0 73 321 142 25
Binary 1 110110 1101000 1100011 110000 0 111011 11010001 1100010 10101

Color Harmonies of #013668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013668

Black with #013668

Text Example


Text Example

White with #013668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013668; }

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

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

background-color css

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

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

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

border-color css

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

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

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