Html Css Color HEX #013E5C Prussian Blue

📋 copy color: '#013E5C'

red 1 ◦ green 62 ◦ blue 92

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

Shades of Prussian Blue #013E5C

Tints of Prussian Blue #013E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 0.65%
G = 40%
B = 59.35%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#013E5C (or 0x013E5C) is known color: Prussian Blue. HEX triplet: 01, 3E and 5C. RGB value is (1,62,92). Sum of RGB (Red+Green+Blue) = 1+62+92=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #013E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E5C is #FEC1A3. Grayscale: #2E2E2E. Windows color (decimal): -16695716 or 6045185. OLE color: 6045185.

HSL color Cylindrical-coordinate representation of color #013E5C: hue angle of 199.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E5C is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 62 92 -
CMYK 0.99 0.33 0 0.64
HSL 199.78º 0.98% 0.18% -
HSV(B) 199.78º 0.99% 0.36% -
XYZ 3.67 4.22 10.75 -
YUV 47.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 1 62 92 0.99 0.33 0 0.64 199.78 0.98 0.18
Hex 1 3E 5C 63 21 0 40 C8 62 12
Octal 1 76 134 143 41 0 100 310 142 22
Binary 1 111110 1011100 1100011 100001 0 1000000 11001000 1100010 10010

Color Harmonies of #013E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E5C

Black with #013E5C

Text Example


Text Example

White with #013E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E5C; }

 p { color: rgb(1,62,92); }

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

background-color css

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

 a { background-color: rgb(1,62,92); }

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

border-color css

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

 span { border-color: rgb(1,62,92); }

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