Html Css Color HEX #013E68 Prussian Blue

📋 copy color: '#013E68'

red 1 ◦ green 62 ◦ blue 104

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

Shades of Prussian Blue #013E68

Tints of Prussian Blue #013E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.13%

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

R = 0.6%
G = 37.13%
B = 62.28%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013E68 (or 0x013E68) is known color: Prussian Blue. HEX triplet: 01, 3E and 68. RGB value is (1,62,104). Sum of RGB (Red+Green+Blue) = 1+62+104=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #013E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E68 is #FEC197. Grayscale: #303030. Windows color (decimal): -16695704 or 6831617. OLE color: 6831617.

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

Color convert

RGB 1 62 104 -
CMYK 0.99 0.40 0 0.59
HSL 204.47º 0.98% 0.21% -
HSV(B) 204.47º 0.99% 0.41% -
XYZ 4.23 4.45 13.73 -
YUV 48.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 1 62 104 0.99 0.40 0 0.59 204.47 0.98 0.21
Hex 1 3E 68 63 28 0 3B CC 62 15
Octal 1 76 150 143 50 0 73 314 142 25
Binary 1 111110 1101000 1100011 101000 0 111011 11001100 1100010 10101

Color Harmonies of #013E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E68

Black with #013E68

Text Example


Text Example

White with #013E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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