Html Css Color HEX #013868 Prussian Blue

📋 copy color: '#013868'

red 1 ◦ green 56 ◦ blue 104

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

Shades of Prussian Blue #013868

Tints of Prussian Blue #013868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

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

R = 0.62%
G = 34.78%
B = 64.6%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013868 (or 0x013868) is known color: Prussian Blue. HEX triplet: 01, 38 and 68. RGB value is (1,56,104). Sum of RGB (Red+Green+Blue) = 1+56+104=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #013868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013868 is #FEC797. Grayscale: #2C2C2C. Windows color (decimal): -16697240 or 6830081. OLE color: 6830081.

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

Color convert

RGB 1 56 104 -
CMYK 0.99 0.46 0 0.59
HSL 207.96º 0.98% 0.21% -
HSV(B) 207.96º 0.99% 0.41% -
XYZ 3.93 3.83 13.63 -
YUV 45.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 1 56 104 0.99 0.46 0 0.59 207.96 0.98 0.21
Hex 1 38 68 63 2E 0 3B D0 62 15
Octal 1 70 150 143 56 0 73 320 142 25
Binary 1 111000 1101000 1100011 101110 0 111011 11010000 1100010 10101

Color Harmonies of #013868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013868

Black with #013868

Text Example


Text Example

White with #013868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013868; }

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

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

background-color css

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

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

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

border-color css

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

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

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