Html Css Color HEX #014662 Prussian Blue

📋 copy color: '#014662'

red 1 ◦ green 70 ◦ blue 98

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

Shades of Prussian Blue #014662

Tints of Prussian Blue #014662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

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

R = 0.59%
G = 41.42%
B = 57.99%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014662 (or 0x014662) is known color: Prussian Blue. HEX triplet: 01, 46 and 62. RGB value is (1,70,98). Sum of RGB (Red+Green+Blue) = 1+70+98=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #014662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014662 is #FEB99D. Grayscale: #343434. Windows color (decimal): -16693662 or 6440449. OLE color: 6440449.

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

Color convert

RGB 1 70 98 -
CMYK 0.99 0.29 0 0.62
HSL 197.32º 0.98% 0.19% -
HSV(B) 197.32º 0.99% 0.38% -
XYZ 4.41 5.27 12.34 -
YUV 52.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 1 70 98 0.99 0.29 0 0.62 197.32 0.98 0.19
Hex 1 46 62 63 1D 0 3E C5 62 13
Octal 1 106 142 143 35 0 76 305 142 23
Binary 1 1000110 1100010 1100011 11101 0 111110 11000101 1100010 10011

Color Harmonies of #014662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014662

Black with #014662

Text Example


Text Example

White with #014662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014662; }

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

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

background-color css

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

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

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

border-color css

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

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

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