Html Css Color HEX #013667 Prussian Blue

📋 copy color: '#013667'

red 1 ◦ green 54 ◦ blue 103

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

Shades of Prussian Blue #013667

Tints of Prussian Blue #013667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 65.19%

R = 0.63%
G = 34.18%
B = 65.19%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013667 (or 0x013667) is known color: Prussian Blue. HEX triplet: 01, 36 and 67. RGB value is (1,54,103). Sum of RGB (Red+Green+Blue) = 1+54+103=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #013667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013667 is #FEC998. Grayscale: #2B2B2B. Windows color (decimal): -16697753 or 6764033. OLE color: 6764033.

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

Color convert

RGB 1 54 103 -
CMYK 0.99 0.48 0 0.60
HSL 208.82º 0.98% 0.2% -
HSV(B) 208.82º 0.99% 0.4% -
XYZ 3.78 3.62 13.33 -
YUV 43.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 1 54 103 0.99 0.48 0 0.60 208.82 0.98 0.2
Hex 1 36 67 63 30 0 3C D1 62 14
Octal 1 66 147 143 60 0 74 321 142 24
Binary 1 110110 1100111 1100011 110000 0 111100 11010001 1100010 10100

Color Harmonies of #013667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013667

Black with #013667

Text Example


Text Example

White with #013667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013667; }

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

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

background-color css

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

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

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

border-color css

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

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

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