Html Css Color HEX #013E6B Prussian Blue

📋 copy color: '#013E6B'

red 1 ◦ green 62 ◦ blue 107

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

Shades of Prussian Blue #013E6B

Tints of Prussian Blue #013E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.94%

R = 0.59%
G = 36.47%
B = 62.94%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#013E6B (or 0x013E6B) is known color: Prussian Blue. HEX triplet: 01, 3E and 6B. RGB value is (1,62,107). Sum of RGB (Red+Green+Blue) = 1+62+107=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #013E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E6B is #FEC194. Grayscale: #303030. Windows color (decimal): -16695701 or 7028225. OLE color: 7028225.

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

Color convert

RGB 1 62 107 -
CMYK 0.99 0.42 0 0.58
HSL 205.47º 0.98% 0.21% -
HSV(B) 205.47º 0.99% 0.42% -
XYZ 4.39 4.51 14.55 -
YUV 48.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 1 62 107 0.99 0.42 0 0.58 205.47 0.98 0.21
Hex 1 3E 6B 63 2A 0 3A CD 62 15
Octal 1 76 153 143 52 0 72 315 142 25
Binary 1 111110 1101011 1100011 101010 0 111010 11001101 1100010 10101

Color Harmonies of #013E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E6B

Black with #013E6B

Text Example


Text Example

White with #013E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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