Html Css Color HEX #013467 Prussian Blue

📋 copy color: '#013467'

red 1 ◦ green 52 ◦ blue 103

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

Shades of Prussian Blue #013467

Tints of Prussian Blue #013467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 66.03%

R = 0.64%
G = 33.33%
B = 66.03%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013467 (or 0x013467) is known color: Prussian Blue. HEX triplet: 01, 34 and 67. RGB value is (1,52,103). Sum of RGB (Red+Green+Blue) = 1+52+103=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #013467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013467 is #FECB98. Grayscale: #2A2A2A. Windows color (decimal): -16698265 or 6763521. OLE color: 6763521.

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

Color convert

RGB 1 52 103 -
CMYK 0.99 0.50 0 0.60
HSL 210º 0.98% 0.2% -
HSV(B) 210º 0.99% 0.4% -
XYZ 3.69 3.44 13.3 -
YUV 42.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 1 52 103 0.99 0.50 0 0.60 210 0.98 0.2
Hex 1 34 67 63 32 0 3C D2 62 14
Octal 1 64 147 143 62 0 74 322 142 24
Binary 1 110100 1100111 1100011 110010 0 111100 11010010 1100010 10100

Color Harmonies of #013467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013467

Black with #013467

Text Example


Text Example

White with #013467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013467; }

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

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

background-color css

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

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

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

border-color css

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

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

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