Html Css Color HEX #014867 Prussian Blue

📋 copy color: '#014867'

red 1 ◦ green 72 ◦ blue 103

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

Shades of Prussian Blue #014867

Tints of Prussian Blue #014867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 0.57%
G = 40.91%
B = 58.52%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014867 (or 0x014867) is known color: Prussian Blue. HEX triplet: 01, 48 and 67. RGB value is (1,72,103). Sum of RGB (Red+Green+Blue) = 1+72+103=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #014867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014867 is #FEB798. Grayscale: #363636. Windows color (decimal): -16693145 or 6768641. OLE color: 6768641.

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

Color convert

RGB 1 72 103 -
CMYK 0.99 0.30 0 0.60
HSL 198.24º 0.98% 0.2% -
HSV(B) 198.24º 0.99% 0.4% -
XYZ 4.78 5.62 13.66 -
YUV 54.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 1 72 103 0.99 0.30 0 0.60 198.24 0.98 0.2
Hex 1 48 67 63 1E 0 3C C6 62 14
Octal 1 110 147 143 36 0 74 306 142 24
Binary 1 1001000 1100111 1100011 11110 0 111100 11000110 1100010 10100

Color Harmonies of #014867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014867

Black with #014867

Text Example


Text Example

White with #014867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014867; }

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

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

background-color css

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

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

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

border-color css

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

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

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