Html Css Color HEX #013669 Prussian Blue

📋 copy color: '#013669'

red 1 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #013669

Tints of Prussian Blue #013669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 65.63%

R = 0.63%
G = 33.75%
B = 65.63%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013669 (or 0x013669) is known color: Prussian Blue. HEX triplet: 01, 36 and 69. RGB value is (1,54,105). Sum of RGB (Red+Green+Blue) = 1+54+105=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #013669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013669 is #FEC996. Grayscale: #2B2B2B. Windows color (decimal): -16697751 or 6895105. OLE color: 6895105.

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

Color convert

RGB 1 54 105 -
CMYK 0.99 0.49 0 0.59
HSL 209.42º 0.98% 0.21% -
HSV(B) 209.42º 0.99% 0.41% -
XYZ 3.88 3.66 13.87 -
YUV 43.97 162.44 97.35 -
System Red Green Blue C M Y K H S L
Decimal 1 54 105 0.99 0.49 0 0.59 209.42 0.98 0.21
Hex 1 36 69 63 31 0 3B D1 62 15
Octal 1 66 151 143 61 0 73 321 142 25
Binary 1 110110 1101001 1100011 110001 0 111011 11010001 1100010 10101

Color Harmonies of #013669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013669

Black with #013669

Text Example


Text Example

White with #013669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013669; }

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

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

background-color css

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

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

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

border-color css

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

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

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