Html Css Color HEX #014463 Prussian Blue

📋 copy color: '#014463'

red 1 ◦ green 68 ◦ blue 99

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

Shades of Prussian Blue #014463

Tints of Prussian Blue #014463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 0.6%
G = 40.48%
B = 58.93%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014463 (or 0x014463) is known color: Prussian Blue. HEX triplet: 01, 44 and 63. RGB value is (1,68,99). Sum of RGB (Red+Green+Blue) = 1+68+99=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #014463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014463 is #FEBB9C. Grayscale: #333333. Windows color (decimal): -16694173 or 6505473. OLE color: 6505473.

HSL color Cylindrical-coordinate representation of color #014463: hue angle of 198.98º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014463 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 68 99 -
CMYK 0.99 0.31 0 0.61
HSL 198.98º 0.98% 0.2% -
HSV(B) 198.98º 0.99% 0.39% -
XYZ 4.33 5.04 12.55 -
YUV 51.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 1 68 99 0.99 0.31 0 0.61 198.98 0.98 0.2
Hex 1 44 63 63 1F 0 3D C7 62 14
Octal 1 104 143 143 37 0 75 307 142 24
Binary 1 1000100 1100011 1100011 11111 0 111101 11000111 1100010 10100

Color Harmonies of #014463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014463

Black with #014463

Text Example


Text Example

White with #014463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014463; }

 p { color: rgb(1,68,99); }

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

background-color css

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

 a { background-color: rgb(1,68,99); }

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

border-color css

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

 span { border-color: rgb(1,68,99); }

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