Html Css Color HEX #014363 Prussian Blue

📋 copy color: '#014363'

red 1 ◦ green 67 ◦ blue 99

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

Shades of Prussian Blue #014363

Tints of Prussian Blue #014363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.12%

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

R = 0.6%
G = 40.12%
B = 59.28%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014363 (or 0x014363) is known color: Prussian Blue. HEX triplet: 01, 43 and 63. RGB value is (1,67,99). Sum of RGB (Red+Green+Blue) = 1+67+99=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #014363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014363 is #FEBC9C. Grayscale: #323232. Windows color (decimal): -16694429 or 6505217. OLE color: 6505217.

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

Color convert

RGB 1 67 99 -
CMYK 0.99 0.32 0 0.61
HSL 199.59º 0.98% 0.2% -
HSV(B) 199.59º 0.99% 0.39% -
XYZ 4.27 4.92 12.53 -
YUV 50.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 1 67 99 0.99 0.32 0 0.61 199.59 0.98 0.2
Hex 1 43 63 63 20 0 3D C8 62 14
Octal 1 103 143 143 40 0 75 310 142 24
Binary 1 1000011 1100011 1100011 100000 0 111101 11001000 1100010 10100

Color Harmonies of #014363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014363

Black with #014363

Text Example


Text Example

White with #014363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014363; }

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

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

background-color css

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

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

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

border-color css

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

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

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