Html Css Color HEX #013753 Prussian Blue

📋 copy color: '#013753'

red 1 ◦ green 55 ◦ blue 83

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

Shades of Prussian Blue #013753

Tints of Prussian Blue #013753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 0.72%
G = 39.57%
B = 59.71%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013753 (or 0x013753) is known color: Prussian Blue. HEX triplet: 01, 37 and 53. RGB value is (1,55,83). Sum of RGB (Red+Green+Blue) = 1+55+83=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #013753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013753 is #FEC8AC. Grayscale: #292929. Windows color (decimal): -16697517 or 5453569. OLE color: 5453569.

HSL color Cylindrical-coordinate representation of color #013753: hue angle of 200.49º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013753 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 55 83 -
CMYK 0.99 0.34 0 0.67
HSL 200.49º 0.98% 0.16% -
HSV(B) 200.49º 0.99% 0.33% -
XYZ 2.94 3.36 8.68 -
YUV 42.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 1 55 83 0.99 0.34 0 0.67 200.49 0.98 0.16
Hex 1 37 53 63 22 0 43 C8 62 10
Octal 1 67 123 143 42 0 103 310 142 20
Binary 1 110111 1010011 1100011 100010 0 1000011 11001000 1100010 10000

Color Harmonies of #013753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013753

Black with #013753

Text Example


Text Example

White with #013753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013753; }

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

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

background-color css

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

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

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

border-color css

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

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

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