Html Css Color HEX #00406B Prussian Blue

📋 copy color: '#00406B'

red 0 ◦ green 64 ◦ blue 107

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

Shades of Prussian Blue #00406B

Tints of Prussian Blue #00406B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 107 (42.19% from 255) = 62.57%

R = 0%
G = 37.43%
B = 62.57%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00406B (or 0x00406B) is known color: Prussian Blue. HEX triplet: 00, 40 and 6B. RGB value is (0,64,107). Sum of RGB (Red+Green+Blue) = 0+64+107=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #00406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00406B is #FFBF94. Grayscale: #313131. Windows color (decimal): -16760725 or 7028736. OLE color: 7028736.

HSL color Cylindrical-coordinate representation of color #00406B: hue angle of 204.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00406B is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 64 107 -
CMYK 1 0.40 0 0.58
HSL 204.11º 1% 0.21% -
HSV(B) 204.11º 1% 0.42% -
XYZ 4.49 4.73 14.59 -
YUV 49.77 160.3 92.5 -
System Red Green Blue C M Y K H S L
Decimal 0 64 107 1 0.40 0 0.58 204.11 1 0.21
Hex 0 40 6B 64 28 0 3A CC 64 15
Octal 0 100 153 144 50 0 72 314 144 25
Binary 0 1000000 1101011 1100100 101000 0 111010 11001100 1100100 10101

Color Harmonies of #00406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00406B

Black with #00406B

Text Example


Text Example

White with #00406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00406B; }

 p { color: rgb(0,64,107); }

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

background-color css

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

 a { background-color: rgb(0,64,107); }

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

border-color css

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

 span { border-color: rgb(0,64,107); }

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