Html Css Color HEX #0A406C Prussian Blue

📋 copy color: '#0A406C'

red 10 ◦ green 64 ◦ blue 108

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

Shades of Prussian Blue #0A406C

Tints of Prussian Blue #0A406C

RGB

 RED value IS 10 (4.3% from 255) = 5.49%

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

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

R = 5.49%
G = 35.16%
B = 59.34%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A406C (or 0x0A406C) is known color: Prussian Blue. HEX triplet: 0A, 40 and 6C. RGB value is (10,64,108). Sum of RGB (Red+Green+Blue) = 10+64+108=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A406C is #F5BF93. Grayscale: #343434. Windows color (decimal): -16105364 or 7094282. OLE color: 7094282.

HSL color Cylindrical-coordinate representation of color #0A406C: hue angle of 206.94º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A406C is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 64 108 -
CMYK 0.91 0.41 0 0.58
HSL 206.94º 0.83% 0.23% -
HSV(B) 206.94º 0.91% 0.42% -
XYZ 4.67 4.81 14.87 -
YUV 52.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 10 64 108 0.91 0.41 0 0.58 206.94 0.83 0.23
Hex A 40 6C 5B 29 0 3A CF 53 17
Octal 12 100 154 133 51 0 72 317 123 27
Binary 1010 1000000 1101100 1011011 101001 0 111010 11001111 1010011 10111

Color Harmonies of #0A406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A406C

Black with #0A406C

Text Example


Text Example

White with #0A406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A406C; }

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

 H1.HeaderClassName
 {
   color: #0A406C;
 }
 .AnyTagClassName
 {
   color: #0A406C;
 }
</style>

background-color css

<style>
 a { background-color: #0A406C; }

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

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

border-color css

<style>
 span { border-color: #0A406C; }

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

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