Html Css Color HEX #013765 Prussian Blue

📋 copy color: '#013765'

red 1 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #013765

Tints of Prussian Blue #013765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 64.33%

R = 0.64%
G = 35.03%
B = 64.33%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013765 (or 0x013765) is known color: Prussian Blue. HEX triplet: 01, 37 and 65. RGB value is (1,55,101). Sum of RGB (Red+Green+Blue) = 1+55+101=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #013765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013765 is #FEC89A. Grayscale: #2B2B2B. Windows color (decimal): -16697499 or 6633217. OLE color: 6633217.

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

Color convert

RGB 1 55 101 -
CMYK 0.99 0.46 0 0.60
HSL 207.6º 0.98% 0.2% -
HSV(B) 207.6º 0.99% 0.4% -
XYZ 3.73 3.68 12.83 -
YUV 44.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 1 55 101 0.99 0.46 0 0.60 207.6 0.98 0.2
Hex 1 37 65 63 2E 0 3C D0 62 14
Octal 1 67 145 143 56 0 74 320 142 24
Binary 1 110111 1100101 1100011 101110 0 111100 11010000 1100010 10100

Color Harmonies of #013765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013765

Black with #013765

Text Example


Text Example

White with #013765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013765; }

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

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

background-color css

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

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

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

border-color css

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

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

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