Html Css Color HEX #013465 Prussian Blue

📋 copy color: '#013465'

red 1 ◦ green 52 ◦ blue 101

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

Shades of Prussian Blue #013465

Tints of Prussian Blue #013465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 65.58%

R = 0.65%
G = 33.77%
B = 65.58%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013465 (or 0x013465) is known color: Prussian Blue. HEX triplet: 01, 34 and 65. RGB value is (1,52,101). Sum of RGB (Red+Green+Blue) = 1+52+101=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #013465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013465 is #FECB9A. Grayscale: #2A2A2A. Windows color (decimal): -16698267 or 6632449. OLE color: 6632449.

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

Color convert

RGB 1 52 101 -
CMYK 0.99 0.49 0 0.60
HSL 209.4º 0.98% 0.2% -
HSV(B) 209.4º 0.99% 0.4% -
XYZ 3.59 3.4 12.78 -
YUV 42.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 1 52 101 0.99 0.49 0 0.60 209.4 0.98 0.2
Hex 1 34 65 63 31 0 3C D1 62 14
Octal 1 64 145 143 61 0 74 321 142 24
Binary 1 110100 1100101 1100011 110001 0 111100 11010001 1100010 10100

Color Harmonies of #013465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013465

Black with #013465

Text Example


Text Example

White with #013465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013465; }

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

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

background-color css

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

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

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

border-color css

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

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

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