Html Css Color HEX #013761 Prussian Blue

📋 copy color: '#013761'

red 1 ◦ green 55 ◦ blue 97

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

Shades of Prussian Blue #013761

Tints of Prussian Blue #013761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 63.4%

R = 0.65%
G = 35.95%
B = 63.4%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013761 (or 0x013761) is known color: Prussian Blue. HEX triplet: 01, 37 and 61. RGB value is (1,55,97). Sum of RGB (Red+Green+Blue) = 1+55+97=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #013761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013761 is #FEC89E. Grayscale: #2B2B2B. Windows color (decimal): -16697503 or 6371073. OLE color: 6371073.

HSL color Cylindrical-coordinate representation of color #013761: hue angle of 206.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013761 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 55 97 -
CMYK 0.99 0.43 0 0.62
HSL 206.25º 0.98% 0.19% -
HSV(B) 206.25º 0.99% 0.38% -
XYZ 3.54 3.6 11.82 -
YUV 43.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 1 55 97 0.99 0.43 0 0.62 206.25 0.98 0.19
Hex 1 37 61 63 2B 0 3E CE 62 13
Octal 1 67 141 143 53 0 76 316 142 23
Binary 1 110111 1100001 1100011 101011 0 111110 11001110 1100010 10011

Color Harmonies of #013761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013761

Black with #013761

Text Example


Text Example

White with #013761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013761; }

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

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

background-color css

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

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

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

border-color css

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

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

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