Html Css Color HEX #013A68 Prussian Blue

📋 copy color: '#013A68'

red 1 ◦ green 58 ◦ blue 104

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

Shades of Prussian Blue #013A68

Tints of Prussian Blue #013A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 63.8%

R = 0.61%
G = 35.58%
B = 63.8%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013A68 (or 0x013A68) is known color: Prussian Blue. HEX triplet: 01, 3A and 68. RGB value is (1,58,104). Sum of RGB (Red+Green+Blue) = 1+58+104=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #013A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A68 is #FEC597. Grayscale: #2D2D2D. Windows color (decimal): -16696728 or 6830593. OLE color: 6830593.

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

Color convert

RGB 1 58 104 -
CMYK 0.99 0.44 0 0.59
HSL 206.8º 0.98% 0.21% -
HSV(B) 206.8º 0.99% 0.41% -
XYZ 4.02 4.03 13.66 -
YUV 46.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 1 58 104 0.99 0.44 0 0.59 206.8 0.98 0.21
Hex 1 3A 68 63 2C 0 3B CF 62 15
Octal 1 72 150 143 54 0 73 317 142 25
Binary 1 111010 1101000 1100011 101100 0 111011 11001111 1100010 10101

Color Harmonies of #013A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A68

Black with #013A68

Text Example


Text Example

White with #013A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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