Html Css Color HEX #014566 Prussian Blue

📋 copy color: '#014566'

red 1 ◦ green 69 ◦ blue 102

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

Shades of Prussian Blue #014566

Tints of Prussian Blue #014566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.3%

R = 0.58%
G = 40.12%
B = 59.3%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#014566 (or 0x014566) is known color: Prussian Blue. HEX triplet: 01, 45 and 66. RGB value is (1,69,102). Sum of RGB (Red+Green+Blue) = 1+69+102=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #014566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014566 is #FEBA99. Grayscale: #343434. Windows color (decimal): -16693914 or 6702337. OLE color: 6702337.

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

Color convert

RGB 1 69 102 -
CMYK 0.99 0.32 0 0.6
HSL 199.6º 0.98% 0.2% -
HSV(B) 199.6º 0.99% 0.4% -
XYZ 4.54 5.22 13.34 -
YUV 52.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 1 69 102 0.99 0.32 0 0.6 199.6 0.98 0.2
Hex 1 45 66 63 20 0 3C C8 62 14
Octal 1 105 146 143 40 0 74 310 142 24
Binary 1 1000101 1100110 1100011 100000 0 111100 11001000 1100010 10100

Color Harmonies of #014566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014566

Black with #014566

Text Example


Text Example

White with #014566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014566; }

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

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

background-color css

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

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

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

border-color css

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

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

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