Html Css Color HEX #013858 Prussian Blue

📋 copy color: '#013858'

red 1 ◦ green 56 ◦ blue 88

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

Shades of Prussian Blue #013858

Tints of Prussian Blue #013858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 60.69%

R = 0.69%
G = 38.62%
B = 60.69%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013858 (or 0x013858) is known color: Prussian Blue. HEX triplet: 01, 38 and 58. RGB value is (1,56,88). Sum of RGB (Red+Green+Blue) = 1+56+88=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #013858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013858 is #FEC7A7. Grayscale: #2B2B2B. Windows color (decimal): -16697256 or 5781505. OLE color: 5781505.

HSL color Cylindrical-coordinate representation of color #013858: hue angle of 202.07º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013858 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 56 88 -
CMYK 0.99 0.36 0 0.65
HSL 202.07º 0.98% 0.17% -
HSV(B) 202.07º 0.99% 0.35% -
XYZ 3.19 3.54 9.75 -
YUV 43.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 1 56 88 0.99 0.36 0 0.65 202.07 0.98 0.17
Hex 1 38 58 63 24 0 41 CA 62 11
Octal 1 70 130 143 44 0 101 312 142 21
Binary 1 111000 1011000 1100011 100100 0 1000001 11001010 1100010 10001

Color Harmonies of #013858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013858

Black with #013858

Text Example


Text Example

White with #013858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013858; }

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

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

background-color css

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

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

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

border-color css

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

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

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