Html Css Color HEX #0A4066 Prussian Blue

📋 copy color: '#0A4066'

red 10 ◦ green 64 ◦ blue 102

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

Shades of Prussian Blue #0A4066

Tints of Prussian Blue #0A4066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.95%

R = 5.68%
G = 36.36%
B = 57.95%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A4066 (or 0x0A4066) is known color: Prussian Blue. HEX triplet: 0A, 40 and 66. RGB value is (10,64,102). Sum of RGB (Red+Green+Blue) = 10+64+102=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A4066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4066 is #F5BF99. Grayscale: #333333. Windows color (decimal): -16105370 or 6701066. OLE color: 6701066.

HSL color Cylindrical-coordinate representation of color #0A4066: hue angle of 204.78º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4066 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 64 102 -
CMYK 0.90 0.37 0 0.6
HSL 204.78º 0.82% 0.22% -
HSV(B) 204.78º 0.9% 0.4% -
XYZ 4.36 4.69 13.25 -
YUV 52.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 10 64 102 0.90 0.37 0 0.6 204.78 0.82 0.22
Hex A 40 66 5A 25 0 3C CD 52 16
Octal 12 100 146 132 45 0 74 315 122 26
Binary 1010 1000000 1100110 1011010 100101 0 111100 11001101 1010010 10110

Color Harmonies of #0A4066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4066

Black with #0A4066

Text Example


Text Example

White with #0A4066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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