Html Css Color HEX #013466 Prussian Blue

📋 copy color: '#013466'

red 1 ◦ green 52 ◦ blue 102

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

Shades of Prussian Blue #013466

Tints of Prussian Blue #013466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 0.65%
G = 33.55%
B = 65.81%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#013466 (or 0x013466) is known color: Prussian Blue. HEX triplet: 01, 34 and 66. RGB value is (1,52,102). Sum of RGB (Red+Green+Blue) = 1+52+102=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #013466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013466 is #FECB99. Grayscale: #2A2A2A. Windows color (decimal): -16698266 or 6697985. OLE color: 6697985.

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

Color convert

RGB 1 52 102 -
CMYK 0.99 0.49 0 0.6
HSL 209.7º 0.98% 0.2% -
HSV(B) 209.7º 0.99% 0.4% -
XYZ 3.64 3.42 13.04 -
YUV 42.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 1 52 102 0.99 0.49 0 0.6 209.7 0.98 0.2
Hex 1 34 66 63 31 0 3C D2 62 14
Octal 1 64 146 143 61 0 74 322 142 24
Binary 1 110100 1100110 1100011 110001 0 111100 11010010 1100010 10100

Color Harmonies of #013466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013466

Black with #013466

Text Example


Text Example

White with #013466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013466; }

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

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

background-color css

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

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

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

border-color css

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

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

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