Html Css Color HEX #01416E Prussian Blue

📋 copy color: '#01416E'

red 1 ◦ green 65 ◦ blue 110

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

Shades of Prussian Blue #01416E

Tints of Prussian Blue #01416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.5%

R = 0.57%
G = 36.93%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01416E (or 0x01416E) is known color: Prussian Blue. HEX triplet: 01, 41 and 6E. RGB value is (1,65,110). Sum of RGB (Red+Green+Blue) = 1+65+110=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #01416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01416E is #FEBE91. Grayscale: #323232. Windows color (decimal): -16694930 or 7225601. OLE color: 7225601.

HSL color Cylindrical-coordinate representation of color #01416E: hue angle of 204.77º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01416E is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 65 110 -
CMYK 0.99 0.41 0 0.57
HSL 204.77º 0.98% 0.22% -
HSV(B) 204.77º 0.99% 0.43% -
XYZ 4.72 4.91 15.45 -
YUV 50.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 1 65 110 0.99 0.41 0 0.57 204.77 0.98 0.22
Hex 1 41 6E 63 29 0 39 CD 62 16
Octal 1 101 156 143 51 0 71 315 142 26
Binary 1 1000001 1101110 1100011 101001 0 111001 11001101 1100010 10110

Color Harmonies of #01416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01416E

Black with #01416E

Text Example


Text Example

White with #01416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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