Html Css Color HEX #014865 Prussian Blue

📋 copy color: '#014865'

red 1 ◦ green 72 ◦ blue 101

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

Shades of Prussian Blue #014865

Tints of Prussian Blue #014865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 58.05%

R = 0.57%
G = 41.38%
B = 58.05%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014865 (or 0x014865) is known color: Prussian Blue. HEX triplet: 01, 48 and 65. RGB value is (1,72,101). Sum of RGB (Red+Green+Blue) = 1+72+101=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #014865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014865 is #FEB79A. Grayscale: #353535. Windows color (decimal): -16693147 or 6637569. OLE color: 6637569.

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

Color convert

RGB 1 72 101 -
CMYK 0.99 0.29 0 0.60
HSL 197.4º 0.98% 0.2% -
HSV(B) 197.4º 0.99% 0.4% -
XYZ 4.68 5.58 13.14 -
YUV 54.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 1 72 101 0.99 0.29 0 0.60 197.4 0.98 0.2
Hex 1 48 65 63 1D 0 3C C5 62 14
Octal 1 110 145 143 35 0 74 305 142 24
Binary 1 1001000 1100101 1100011 11101 0 111100 11000101 1100010 10100

Color Harmonies of #014865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014865

Black with #014865

Text Example


Text Example

White with #014865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014865; }

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

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

background-color css

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

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

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

border-color css

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

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

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