Html Css Color HEX #013A67 Prussian Blue

📋 copy color: '#013A67'

red 1 ◦ green 58 ◦ blue 103

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

Shades of Prussian Blue #013A67

Tints of Prussian Blue #013A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 63.58%

R = 0.62%
G = 35.8%
B = 63.58%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013A67 (or 0x013A67) is known color: Prussian Blue. HEX triplet: 01, 3A and 67. RGB value is (1,58,103). Sum of RGB (Red+Green+Blue) = 1+58+103=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #013A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A67 is #FEC598. Grayscale: #2D2D2D. Windows color (decimal): -16696729 or 6765057. OLE color: 6765057.

HSL color Cylindrical-coordinate representation of color #013A67: hue angle of 206.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A67 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 58 103 -
CMYK 0.99 0.44 0 0.60
HSL 206.47º 0.98% 0.2% -
HSV(B) 206.47º 0.99% 0.4% -
XYZ 3.97 4.01 13.4 -
YUV 46.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 1 58 103 0.99 0.44 0 0.60 206.47 0.98 0.2
Hex 1 3A 67 63 2C 0 3C CE 62 14
Octal 1 72 147 143 54 0 74 316 142 24
Binary 1 111010 1100111 1100011 101100 0 111100 11001110 1100010 10100

Color Harmonies of #013A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A67

Black with #013A67

Text Example


Text Example

White with #013A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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