Html Css Color HEX #013875 Prussian Blue

📋 copy color: '#013875'

red 1 ◦ green 56 ◦ blue 117

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

Shades of Prussian Blue #013875

Tints of Prussian Blue #013875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 0.57%
G = 32.18%
B = 67.24%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013875 (or 0x013875) is known color: Prussian Blue. HEX triplet: 01, 38 and 75. RGB value is (1,56,117). Sum of RGB (Red+Green+Blue) = 1+56+117=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #013875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013875 is #FEC78A. Grayscale: #2E2E2E. Windows color (decimal): -16697227 or 7682049. OLE color: 7682049.

HSL color Cylindrical-coordinate representation of color #013875: hue angle of 211.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013875 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 56 117 -
CMYK 0.99 0.52 0 0.54
HSL 211.55º 0.98% 0.23% -
HSV(B) 211.55º 0.99% 0.46% -
XYZ 4.64 4.12 17.38 -
YUV 46.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 1 56 117 0.99 0.52 0 0.54 211.55 0.98 0.23
Hex 1 38 75 63 34 0 36 D4 62 17
Octal 1 70 165 143 64 0 66 324 142 27
Binary 1 111000 1110101 1100011 110100 0 110110 11010100 1100010 10111

Color Harmonies of #013875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013875

Black with #013875

Text Example


Text Example

White with #013875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013875; }

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

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

background-color css

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

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

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

border-color css

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

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

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