Html Css Color HEX #013378 Prussian Blue

📋 copy color: '#013378'

red 1 ◦ green 51 ◦ blue 120

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

Shades of Prussian Blue #013378

Tints of Prussian Blue #013378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 0.58%
G = 29.65%
B = 69.77%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013378 (or 0x013378) is known color: Prussian Blue. HEX triplet: 01, 33 and 78. RGB value is (1,51,120). Sum of RGB (Red+Green+Blue) = 1+51+120=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #013378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013378 is #FECC87. Grayscale: #2B2B2B. Windows color (decimal): -16698504 or 7877377. OLE color: 7877377.

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

Color convert

RGB 1 51 120 -
CMYK 0.99 0.58 0 0.53
HSL 214.79º 0.98% 0.24% -
HSV(B) 214.79º 0.99% 0.47% -
XYZ 4.59 3.73 18.25 -
YUV 43.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 1 51 120 0.99 0.58 0 0.53 214.79 0.98 0.24
Hex 1 33 78 63 3A 0 35 D7 62 18
Octal 1 63 170 143 72 0 65 327 142 30
Binary 1 110011 1111000 1100011 111010 0 110101 11010111 1100010 11000

Color Harmonies of #013378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013378

Black with #013378

Text Example


Text Example

White with #013378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013378; }

 p { color: rgb(1,51,120); }

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

background-color css

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

 a { background-color: rgb(1,51,120); }

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

border-color css

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

 span { border-color: rgb(1,51,120); }

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