Html Css Color HEX #013967 Prussian Blue

📋 copy color: '#013967'

red 1 ◦ green 57 ◦ blue 103

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

Shades of Prussian Blue #013967

Tints of Prussian Blue #013967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 0.62%
G = 35.4%
B = 63.98%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013967 (or 0x013967) is known color: Prussian Blue. HEX triplet: 01, 39 and 67. RGB value is (1,57,103). Sum of RGB (Red+Green+Blue) = 1+57+103=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #013967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013967 is #FEC698. Grayscale: #2D2D2D. Windows color (decimal): -16696985 or 6764801. OLE color: 6764801.

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

Color convert

RGB 1 57 103 -
CMYK 0.99 0.45 0 0.60
HSL 207.06º 0.98% 0.2% -
HSV(B) 207.06º 0.99% 0.4% -
XYZ 3.92 3.91 13.38 -
YUV 45.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 1 57 103 0.99 0.45 0 0.60 207.06 0.98 0.2
Hex 1 39 67 63 2D 0 3C CF 62 14
Octal 1 71 147 143 55 0 74 317 142 24
Binary 1 111001 1100111 1100011 101101 0 111100 11001111 1100010 10100

Color Harmonies of #013967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013967

Black with #013967

Text Example


Text Example

White with #013967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013967; }

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

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

background-color css

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

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

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

border-color css

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

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

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