Html Css Color HEX #013662 Prussian Blue

📋 copy color: '#013662'

red 1 ◦ green 54 ◦ blue 98

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

Shades of Prussian Blue #013662

Tints of Prussian Blue #013662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

 BLUE value IS 98 (38.67% from 255) = 64.05%

R = 0.65%
G = 35.29%
B = 64.05%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013662 (or 0x013662) is known color: Prussian Blue. HEX triplet: 01, 36 and 62. RGB value is (1,54,98). Sum of RGB (Red+Green+Blue) = 1+54+98=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #013662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013662 is #FEC99D. Grayscale: #2A2A2A. Windows color (decimal): -16697758 or 6436353. OLE color: 6436353.

HSL color Cylindrical-coordinate representation of color #013662: hue angle of 207.22º 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 #013662 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 54 98 -
CMYK 0.99 0.45 0 0.62
HSL 207.22º 0.98% 0.19% -
HSV(B) 207.22º 0.99% 0.38% -
XYZ 3.54 3.53 12.05 -
YUV 43.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 1 54 98 0.99 0.45 0 0.62 207.22 0.98 0.19
Hex 1 36 62 63 2D 0 3E CF 62 13
Octal 1 66 142 143 55 0 76 317 142 23
Binary 1 110110 1100010 1100011 101101 0 111110 11001111 1100010 10011

Color Harmonies of #013662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013662

Black with #013662

Text Example


Text Example

White with #013662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013662; }

 p { color: rgb(1,54,98); }

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

background-color css

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

 a { background-color: rgb(1,54,98); }

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

border-color css

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

 span { border-color: rgb(1,54,98); }

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