Html Css Color HEX #014364 Prussian Blue

📋 copy color: '#014364'

red 1 ◦ green 67 ◦ blue 100

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

Shades of Prussian Blue #014364

Tints of Prussian Blue #014364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 59.52%

R = 0.6%
G = 39.88%
B = 59.52%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014364 (or 0x014364) is known color: Prussian Blue. HEX triplet: 01, 43 and 64. RGB value is (1,67,100). Sum of RGB (Red+Green+Blue) = 1+67+100=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #014364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014364 is #FEBC9B. Grayscale: #323232. Windows color (decimal): -16694428 or 6570753. OLE color: 6570753.

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

Color convert

RGB 1 67 100 -
CMYK 0.99 0.33 0 0.61
HSL 200º 0.98% 0.2% -
HSV(B) 200º 0.99% 0.39% -
XYZ 4.32 4.94 12.78 -
YUV 51.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 1 67 100 0.99 0.33 0 0.61 200 0.98 0.2
Hex 1 43 64 63 21 0 3D C8 62 14
Octal 1 103 144 143 41 0 75 310 142 24
Binary 1 1000011 1100100 1100011 100001 0 111101 11001000 1100010 10100

Color Harmonies of #014364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014364

Black with #014364

Text Example


Text Example

White with #014364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014364; }

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

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

background-color css

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

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

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

border-color css

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

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

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