Html Css Color HEX #01406A Prussian Blue

📋 copy color: '#01406A'

red 1 ◦ green 64 ◦ blue 106

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

Shades of Prussian Blue #01406A

Tints of Prussian Blue #01406A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 61.99%

R = 0.58%
G = 37.43%
B = 61.99%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01406A (or 0x01406A) is known color: Prussian Blue. HEX triplet: 01, 40 and 6A. RGB value is (1,64,106). Sum of RGB (Red+Green+Blue) = 1+64+106=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #01406A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406A is #FEBF95. Grayscale: #313131. Windows color (decimal): -16695190 or 6963201. OLE color: 6963201.

HSL color Cylindrical-coordinate representation of color #01406A: hue angle of 204º 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 #01406A is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 64 106 -
CMYK 0.99 0.40 0 0.58
HSL 204º 0.98% 0.21% -
HSV(B) 204º 0.99% 0.42% -
XYZ 4.45 4.71 14.31 -
YUV 49.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 1 64 106 0.99 0.40 0 0.58 204 0.98 0.21
Hex 1 40 6A 63 28 0 3A CC 62 15
Octal 1 100 152 143 50 0 72 314 142 25
Binary 1 1000000 1101010 1100011 101000 0 111010 11001100 1100010 10101

Color Harmonies of #01406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01406A

Black with #01406A

Text Example


Text Example

White with #01406A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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