Html Css Color HEX #014262 Prussian Blue

📋 copy color: '#014262'

red 1 ◦ green 66 ◦ blue 98

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

Shades of Prussian Blue #014262

Tints of Prussian Blue #014262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 0.61%
G = 40%
B = 59.39%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014262 (or 0x014262) is known color: Prussian Blue. HEX triplet: 01, 42 and 62. RGB value is (1,66,98). Sum of RGB (Red+Green+Blue) = 1+66+98=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #014262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014262 is #FEBD9D. Grayscale: #323232. Windows color (decimal): -16694686 or 6439425. OLE color: 6439425.

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

Color convert

RGB 1 66 98 -
CMYK 0.99 0.33 0 0.62
HSL 199.79º 0.98% 0.19% -
HSV(B) 199.79º 0.99% 0.38% -
XYZ 4.17 4.78 12.26 -
YUV 50.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 1 66 98 0.99 0.33 0 0.62 199.79 0.98 0.19
Hex 1 42 62 63 21 0 3E C8 62 13
Octal 1 102 142 143 41 0 76 310 142 23
Binary 1 1000010 1100010 1100011 100001 0 111110 11001000 1100010 10011

Color Harmonies of #014262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014262

Black with #014262

Text Example


Text Example

White with #014262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014262; }

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

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

background-color css

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

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

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

border-color css

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

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

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