Html Css Color HEX #013758 Prussian Blue

📋 copy color: '#013758'

red 1 ◦ green 55 ◦ blue 88

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

Shades of Prussian Blue #013758

Tints of Prussian Blue #013758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 61.11%

R = 0.69%
G = 38.19%
B = 61.11%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013758 (or 0x013758) is known color: Prussian Blue. HEX triplet: 01, 37 and 58. RGB value is (1,55,88). Sum of RGB (Red+Green+Blue) = 1+55+88=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #013758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013758 is #FEC8A7. Grayscale: #2A2A2A. Windows color (decimal): -16697512 or 5781249. OLE color: 5781249.

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

Color convert

RGB 1 55 88 -
CMYK 0.99 0.38 0 0.65
HSL 202.76º 0.98% 0.17% -
HSV(B) 202.76º 0.99% 0.35% -
XYZ 3.14 3.44 9.73 -
YUV 42.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 1 55 88 0.99 0.38 0 0.65 202.76 0.98 0.17
Hex 1 37 58 63 26 0 41 CB 62 11
Octal 1 67 130 143 46 0 101 313 142 21
Binary 1 110111 1011000 1100011 100110 0 1000001 11001011 1100010 10001

Color Harmonies of #013758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013758

Black with #013758

Text Example


Text Example

White with #013758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013758; }

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

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

background-color css

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

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

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

border-color css

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

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

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