Html Css Color HEX #014162 Prussian Blue

📋 copy color: '#014162'

red 1 ◦ green 65 ◦ blue 98

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

Shades of Prussian Blue #014162

Tints of Prussian Blue #014162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.63%

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

R = 0.61%
G = 39.63%
B = 59.76%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014162 (or 0x014162) is known color: Prussian Blue. HEX triplet: 01, 41 and 62. RGB value is (1,65,98). Sum of RGB (Red+Green+Blue) = 1+65+98=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #014162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014162 is #FEBE9D. Grayscale: #313131. Windows color (decimal): -16694942 or 6439169. OLE color: 6439169.

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

Color convert

RGB 1 65 98 -
CMYK 0.99 0.34 0 0.62
HSL 200.41º 0.98% 0.19% -
HSV(B) 200.41º 0.99% 0.38% -
XYZ 4.11 4.67 12.24 -
YUV 49.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 1 65 98 0.99 0.34 0 0.62 200.41 0.98 0.19
Hex 1 41 62 63 22 0 3E C8 62 13
Octal 1 101 142 143 42 0 76 310 142 23
Binary 1 1000001 1100010 1100011 100010 0 111110 11001000 1100010 10011

Color Harmonies of #014162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014162

Black with #014162

Text Example


Text Example

White with #014162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014162; }

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

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

background-color css

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

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

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

border-color css

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

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

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