Html Css Color HEX #01406C Prussian Blue

📋 copy color: '#01406C'

red 1 ◦ green 64 ◦ blue 108

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

Shades of Prussian Blue #01406C

Tints of Prussian Blue #01406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 0.58%
G = 36.99%
B = 62.43%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01406C (or 0x01406C) is known color: Prussian Blue. HEX triplet: 01, 40 and 6C. RGB value is (1,64,108). Sum of RGB (Red+Green+Blue) = 1+64+108=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #01406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406C is #FEBF93. Grayscale: #313131. Windows color (decimal): -16695188 or 7094273. OLE color: 7094273.

HSL color Cylindrical-coordinate representation of color #01406C: hue angle of 204.67º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01406C is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 64 108 -
CMYK 0.99 0.41 0 0.58
HSL 204.67º 0.98% 0.21% -
HSV(B) 204.67º 0.99% 0.42% -
XYZ 4.55 4.76 14.87 -
YUV 50.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 1 64 108 0.99 0.41 0 0.58 204.67 0.98 0.21
Hex 1 40 6C 63 29 0 3A CD 62 15
Octal 1 100 154 143 51 0 72 315 142 25
Binary 1 1000000 1101100 1100011 101001 0 111010 11001101 1100010 10101

Color Harmonies of #01406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01406C

Black with #01406C

Text Example


Text Example

White with #01406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01406C; }

 p { color: rgb(1,64,108); }

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

background-color css

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

 a { background-color: rgb(1,64,108); }

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

border-color css

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

 span { border-color: rgb(1,64,108); }

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