Html Css Color HEX #013867 Prussian Blue

📋 copy color: '#013867'

red 1 ◦ green 56 ◦ blue 103

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

Shades of Prussian Blue #013867

Tints of Prussian Blue #013867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

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

R = 0.63%
G = 35%
B = 64.38%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013867 (or 0x013867) is known color: Prussian Blue. HEX triplet: 01, 38 and 67. RGB value is (1,56,103). Sum of RGB (Red+Green+Blue) = 1+56+103=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #013867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013867 is #FEC798. Grayscale: #2C2C2C. Windows color (decimal): -16697241 or 6764545. OLE color: 6764545.

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

Color convert

RGB 1 56 103 -
CMYK 0.99 0.46 0 0.60
HSL 207.65º 0.98% 0.2% -
HSV(B) 207.65º 0.99% 0.4% -
XYZ 3.87 3.81 13.36 -
YUV 44.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 1 56 103 0.99 0.46 0 0.60 207.65 0.98 0.2
Hex 1 38 67 63 2E 0 3C D0 62 14
Octal 1 70 147 143 56 0 74 320 142 24
Binary 1 111000 1100111 1100011 101110 0 111100 11010000 1100010 10100

Color Harmonies of #013867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013867

Black with #013867

Text Example


Text Example

White with #013867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013867; }

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

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

background-color css

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

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

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

border-color css

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

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

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