Html Css Color HEX #01406F Prussian Blue

📋 copy color: '#01406F'

red 1 ◦ green 64 ◦ blue 111

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

Shades of Prussian Blue #01406F

Tints of Prussian Blue #01406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.07%

R = 0.57%
G = 36.36%
B = 63.07%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01406F (or 0x01406F) is known color: Prussian Blue. HEX triplet: 01, 40 and 6F. RGB value is (1,64,111). Sum of RGB (Red+Green+Blue) = 1+64+111=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #01406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406F is #FEBF90. Grayscale: #323232. Windows color (decimal): -16695185 or 7290881. OLE color: 7290881.

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

Color convert

RGB 1 64 111 -
CMYK 0.99 0.42 0 0.56
HSL 205.64º 0.98% 0.22% -
HSV(B) 205.64º 0.99% 0.44% -
XYZ 4.72 4.82 15.72 -
YUV 50.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 1 64 111 0.99 0.42 0 0.56 205.64 0.98 0.22
Hex 1 40 6F 63 2A 0 38 CE 62 16
Octal 1 100 157 143 52 0 70 316 142 26
Binary 1 1000000 1101111 1100011 101010 0 111000 11001110 1100010 10110

Color Harmonies of #01406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01406F

Black with #01406F

Text Example


Text Example

White with #01406F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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