Html Css Color HEX #013562 Prussian Blue

📋 copy color: '#013562'

red 1 ◦ green 53 ◦ blue 98

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

Shades of Prussian Blue #013562

Tints of Prussian Blue #013562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

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

R = 0.66%
G = 34.87%
B = 64.47%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013562 (or 0x013562) is known color: Prussian Blue. HEX triplet: 01, 35 and 62. RGB value is (1,53,98). Sum of RGB (Red+Green+Blue) = 1+53+98=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #013562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013562 is #FECA9D. Grayscale: #2A2A2A. Windows color (decimal): -16698014 or 6436097. OLE color: 6436097.

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

Color convert

RGB 1 53 98 -
CMYK 0.99 0.46 0 0.62
HSL 207.84º 0.98% 0.19% -
HSV(B) 207.84º 0.99% 0.38% -
XYZ 3.49 3.43 12.03 -
YUV 42.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 1 53 98 0.99 0.46 0 0.62 207.84 0.98 0.19
Hex 1 35 62 63 2E 0 3E D0 62 13
Octal 1 65 142 143 56 0 76 320 142 23
Binary 1 110101 1100010 1100011 101110 0 111110 11010000 1100010 10011

Color Harmonies of #013562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013562

Black with #013562

Text Example


Text Example

White with #013562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013562; }

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

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

background-color css

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

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

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

border-color css

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

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

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