Html Css Color HEX #013367 Prussian Blue

📋 copy color: '#013367'

red 1 ◦ green 51 ◦ blue 103

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

Shades of Prussian Blue #013367

Tints of Prussian Blue #013367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 66.45%

R = 0.65%
G = 32.9%
B = 66.45%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013367 (or 0x013367) is known color: Prussian Blue. HEX triplet: 01, 33 and 67. RGB value is (1,51,103). Sum of RGB (Red+Green+Blue) = 1+51+103=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #013367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013367 is #FECC98. Grayscale: #292929. Windows color (decimal): -16698521 or 6763265. OLE color: 6763265.

HSL color Cylindrical-coordinate representation of color #013367: hue angle of 210.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013367 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 51 103 -
CMYK 0.99 0.50 0 0.60
HSL 210.59º 0.98% 0.2% -
HSV(B) 210.59º 0.99% 0.4% -
XYZ 3.64 3.35 13.29 -
YUV 41.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 1 51 103 0.99 0.50 0 0.60 210.59 0.98 0.2
Hex 1 33 67 63 32 0 3C D3 62 14
Octal 1 63 147 143 62 0 74 323 142 24
Binary 1 110011 1100111 1100011 110010 0 111100 11010011 1100010 10100

Color Harmonies of #013367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013367

Black with #013367

Text Example


Text Example

White with #013367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013367; }

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

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

background-color css

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

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

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

border-color css

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

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

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