Html Css Color HEX #014562 Prussian Blue

📋 copy color: '#014562'

red 1 ◦ green 69 ◦ blue 98

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

Shades of Prussian Blue #014562

Tints of Prussian Blue #014562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 0.6%
G = 41.07%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014562 (or 0x014562) is known color: Prussian Blue. HEX triplet: 01, 45 and 62. RGB value is (1,69,98). Sum of RGB (Red+Green+Blue) = 1+69+98=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #014562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014562 is #FEBA9D. Grayscale: #333333. Windows color (decimal): -16693918 or 6440193. OLE color: 6440193.

HSL color Cylindrical-coordinate representation of color #014562: hue angle of 197.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014562 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 69 98 -
CMYK 0.99 0.30 0 0.62
HSL 197.94º 0.98% 0.19% -
HSV(B) 197.94º 0.99% 0.38% -
XYZ 4.35 5.14 12.32 -
YUV 51.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 1 69 98 0.99 0.30 0 0.62 197.94 0.98 0.19
Hex 1 45 62 63 1E 0 3E C6 62 13
Octal 1 105 142 143 36 0 76 306 142 23
Binary 1 1000101 1100010 1100011 11110 0 111110 11000110 1100010 10011

Color Harmonies of #014562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014562

Black with #014562

Text Example


Text Example

White with #014562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014562; }

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

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

background-color css

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

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

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

border-color css

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

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

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