Html Css Color HEX #013360 Prussian Blue

📋 copy color: '#013360'

red 1 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #013360

Tints of Prussian Blue #013360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 64.86%

R = 0.68%
G = 34.46%
B = 64.86%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013360 (or 0x013360) is known color: Prussian Blue. HEX triplet: 01, 33 and 60. RGB value is (1,51,96). Sum of RGB (Red+Green+Blue) = 1+51+96=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #013360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013360 is #FECC9F. Grayscale: #282828. Windows color (decimal): -16698528 or 6304513. OLE color: 6304513.

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

Color convert

RGB 1 51 96 -
CMYK 0.99 0.47 0 0.62
HSL 208.42º 0.98% 0.19% -
HSV(B) 208.42º 0.99% 0.38% -
XYZ 3.31 3.22 11.51 -
YUV 41.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 1 51 96 0.99 0.47 0 0.62 208.42 0.98 0.19
Hex 1 33 60 63 2F 0 3E D0 62 13
Octal 1 63 140 143 57 0 76 320 142 23
Binary 1 110011 1100000 1100011 101111 0 111110 11010000 1100010 10011

Color Harmonies of #013360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013360

Black with #013360

Text Example


Text Example

White with #013360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013360; }

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

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

background-color css

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

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

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

border-color css

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

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

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