#014362

Color #014362 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #014362

Tints of Prussian Blue #014362

Color information

#014362 (or 0x014362) is unknown color: approx Prussian Blue. HEX triplet: 01, 43 and 62. RGB value is (1,67,98). Sum of RGB (Red+Green+Blue) = 1+67+98=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #014362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014362 is #FEBC9D. Grayscale: #323232. Windows color (decimal): -16694430 or 6439681. OLE color: 6439681.

HSL color Cylindrical-coordinate representation of color #014362: hue angle of 199.18º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014362 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB16798-
CMYK0.990.3200.62
HSL199.18º97.98%19.41%-
HSV(B)199.18º98.98%38.43%-
XYZ4.224.912.28-
YUV50.8154.6392.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=0.60%
G=40.36%
B=59.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal167980.990.3200.62199.1897.9819.41
Hex14362632003Ec76213
Octal11031421434007630714223
Binary1100001111000101100011100000011111011000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014362; }

 p { color: rgb(1,67,98); }

 H1.HeaderClassName
 {
   color: #014362;
 }
 .AnyTagClassName
 {
   color: #014362;
 }
</style>
background-color css

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

 a { background-color: rgb(1,67,98); }

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

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

 span { border-color: rgb(1,67,98); }

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