Html Css Color HEX #013A69 Prussian Blue

📋 copy color: '#013A69'

red 1 ◦ green 58 ◦ blue 105

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

Shades of Prussian Blue #013A69

Tints of Prussian Blue #013A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 64.02%

R = 0.61%
G = 35.37%
B = 64.02%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013A69 (or 0x013A69) is known color: Prussian Blue. HEX triplet: 01, 3A and 69. RGB value is (1,58,105). Sum of RGB (Red+Green+Blue) = 1+58+105=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #013A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A69 is #FEC596. Grayscale: #2E2E2E. Windows color (decimal): -16696727 or 6896129. OLE color: 6896129.

HSL color Cylindrical-coordinate representation of color #013A69: hue angle of 207.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A69 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 58 105 -
CMYK 0.99 0.45 0 0.59
HSL 207.12º 0.98% 0.21% -
HSV(B) 207.12º 0.99% 0.41% -
XYZ 4.08 4.05 13.93 -
YUV 46.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 1 58 105 0.99 0.45 0 0.59 207.12 0.98 0.21
Hex 1 3A 69 63 2D 0 3B CF 62 15
Octal 1 72 151 143 55 0 73 317 142 25
Binary 1 111010 1101001 1100011 101101 0 111011 11001111 1100010 10101

Color Harmonies of #013A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A69

Black with #013A69

Text Example


Text Example

White with #013A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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