Html Css Color HEX #013769 Prussian Blue

📋 copy color: '#013769'

red 1 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #013769

Tints of Prussian Blue #013769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

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

R = 0.62%
G = 34.16%
B = 65.22%

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

#013769 (or 0x013769) is known color: Prussian Blue. HEX triplet: 01, 37 and 69. RGB value is (1,55,105). Sum of RGB (Red+Green+Blue) = 1+55+105=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #013769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013769 is #FEC896. Grayscale: #2C2C2C. Windows color (decimal): -16697495 or 6895361. OLE color: 6895361.

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

Color convert

RGB 1 55 105 -
CMYK 0.99 0.48 0 0.59
HSL 208.85º 0.98% 0.21% -
HSV(B) 208.85º 0.99% 0.41% -
XYZ 3.93 3.76 13.88 -
YUV 44.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 1 55 105 0.99 0.48 0 0.59 208.85 0.98 0.21
Hex 1 37 69 63 30 0 3B D1 62 15
Octal 1 67 151 143 60 0 73 321 142 25
Binary 1 110111 1101001 1100011 110000 0 111011 11010001 1100010 10101

Color Harmonies of #013769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013769

Black with #013769

Text Example


Text Example

White with #013769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013769; }

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

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

background-color css

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

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

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

border-color css

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

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

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