Html Css Color HEX #013A6D Prussian Blue

📋 copy color: '#013A6D'

red 1 ◦ green 58 ◦ blue 109

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

Shades of Prussian Blue #013A6D

Tints of Prussian Blue #013A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.52%

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 0.6%
G = 34.52%
B = 64.88%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#013A6D (or 0x013A6D) is known color: Prussian Blue. HEX triplet: 01, 3A and 6D. RGB value is (1,58,109). Sum of RGB (Red+Green+Blue) = 1+58+109=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #013A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A6D is #FEC592. Grayscale: #2E2E2E. Windows color (decimal): -16696723 or 7158273. OLE color: 7158273.

HSL color Cylindrical-coordinate representation of color #013A6D: hue angle of 208.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A6D is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 58 109 -
CMYK 0.99 0.47 0 0.57
HSL 208.33º 0.98% 0.22% -
HSV(B) 208.33º 0.99% 0.43% -
XYZ 4.29 4.14 15.04 -
YUV 46.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 1 58 109 0.99 0.47 0 0.57 208.33 0.98 0.22
Hex 1 3A 6D 63 2F 0 39 D0 62 16
Octal 1 72 155 143 57 0 71 320 142 26
Binary 1 111010 1101101 1100011 101111 0 111001 11010000 1100010 10110

Color Harmonies of #013A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A6D

Black with #013A6D

Text Example


Text Example

White with #013A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,109); }

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

background-color css

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

 a { background-color: rgb(1,58,109); }

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

border-color css

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

 span { border-color: rgb(1,58,109); }

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