Html Css Color HEX #013462 Prussian Blue

📋 copy color: '#013462'

red 1 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #013462

Tints of Prussian Blue #013462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 0.66%
G = 34.44%
B = 64.9%

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

#013462 (or 0x013462) is known color: Prussian Blue. HEX triplet: 01, 34 and 62. RGB value is (1,52,98). Sum of RGB (Red+Green+Blue) = 1+52+98=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #013462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013462 is #FECB9D. Grayscale: #292929. Windows color (decimal): -16698270 or 6435841. OLE color: 6435841.

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

Color convert

RGB 1 52 98 -
CMYK 0.99 0.47 0 0.62
HSL 208.45º 0.98% 0.19% -
HSV(B) 208.45º 0.99% 0.38% -
XYZ 3.45 3.34 12.02 -
YUV 42 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 1 52 98 0.99 0.47 0 0.62 208.45 0.98 0.19
Hex 1 34 62 63 2F 0 3E D0 62 13
Octal 1 64 142 143 57 0 76 320 142 23
Binary 1 110100 1100010 1100011 101111 0 111110 11010000 1100010 10011

Color Harmonies of #013462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013462

Black with #013462

Text Example


Text Example

White with #013462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013462; }

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

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

background-color css

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

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

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

border-color css

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

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

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