Html Css Color HEX #014565 Prussian Blue

📋 copy color: '#014565'

red 1 ◦ green 69 ◦ blue 101

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

Shades of Prussian Blue #014565

Tints of Prussian Blue #014565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 0.58%
G = 40.35%
B = 59.06%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014565 (or 0x014565) is known color: Prussian Blue. HEX triplet: 01, 45 and 65. RGB value is (1,69,101). Sum of RGB (Red+Green+Blue) = 1+69+101=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #014565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014565 is #FEBA9A. Grayscale: #343434. Windows color (decimal): -16693915 or 6636801. OLE color: 6636801.

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

Color convert

RGB 1 69 101 -
CMYK 0.99 0.32 0 0.60
HSL 199.2º 0.98% 0.2% -
HSV(B) 199.2º 0.99% 0.4% -
XYZ 4.49 5.2 13.08 -
YUV 52.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 1 69 101 0.99 0.32 0 0.60 199.2 0.98 0.2
Hex 1 45 65 63 20 0 3C C7 62 14
Octal 1 105 145 143 40 0 74 307 142 24
Binary 1 1000101 1100101 1100011 100000 0 111100 11000111 1100010 10100

Color Harmonies of #014565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014565

Black with #014565

Text Example


Text Example

White with #014565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014565; }

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

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

background-color css

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

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

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

border-color css

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

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

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