Html Css Color HEX #013C5C Prussian Blue

📋 copy color: '#013C5C'

red 1 ◦ green 60 ◦ blue 92

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

Shades of Prussian Blue #013C5C

Tints of Prussian Blue #013C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.22%

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

R = 0.65%
G = 39.22%
B = 60.13%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#013C5C (or 0x013C5C) is known color: Prussian Blue. HEX triplet: 01, 3C and 5C. RGB value is (1,60,92). Sum of RGB (Red+Green+Blue) = 1+60+92=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #013C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C5C is #FEC3A3. Grayscale: #2D2D2D. Windows color (decimal): -16696228 or 6044673. OLE color: 6044673.

HSL color Cylindrical-coordinate representation of color #013C5C: hue angle of 201.1º 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 #013C5C is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 60 92 -
CMYK 0.99 0.35 0 0.64
HSL 201.1º 0.98% 0.18% -
HSV(B) 201.1º 0.99% 0.36% -
XYZ 3.56 4.01 10.71 -
YUV 46.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 1 60 92 0.99 0.35 0 0.64 201.1 0.98 0.18
Hex 1 3C 5C 63 23 0 40 C9 62 12
Octal 1 74 134 143 43 0 100 311 142 22
Binary 1 111100 1011100 1100011 100011 0 1000000 11001001 1100010 10010

Color Harmonies of #013C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C5C

Black with #013C5C

Text Example


Text Example

White with #013C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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