Html Css Color HEX #014362 Prussian Blue

📋 copy color: '#014362'

red 1 ◦ green 67 ◦ blue 98

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

Shades of Prussian Blue #014362

Tints of Prussian Blue #014362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.36%

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

R = 0.6%
G = 40.36%
B = 59.04%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014362 (or 0x014362) is known color: Prussian Blue. HEX triplet: 01, 43 and 62. RGB value is (1,67,98). Sum of RGB (Red+Green+Blue) = 1+67+98=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #014362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014362 is #FEBC9D. Grayscale: #323232. Windows color (decimal): -16694430 or 6439681. OLE color: 6439681.

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

Color convert

RGB 1 67 98 -
CMYK 0.99 0.32 0 0.62
HSL 199.18º 0.98% 0.19% -
HSV(B) 199.18º 0.99% 0.38% -
XYZ 4.22 4.9 12.28 -
YUV 50.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 1 67 98 0.99 0.32 0 0.62 199.18 0.98 0.19
Hex 1 43 62 63 20 0 3E C7 62 13
Octal 1 103 142 143 40 0 76 307 142 23
Binary 1 1000011 1100010 1100011 100000 0 111110 11000111 1100010 10011

Color Harmonies of #014362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014362

Black with #014362

Text Example


Text Example

White with #014362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014362; }

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

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

background-color css

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

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

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

border-color css

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

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

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