Html Css Color HEX #0A3476 Prussian Blue

📋 copy color: '#0A3476'

red 10 ◦ green 52 ◦ blue 118

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

Shades of Prussian Blue #0A3476

Tints of Prussian Blue #0A3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 118 (46.48% from 255) = 65.56%

R = 5.56%
G = 28.89%
B = 65.56%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A3476 (or 0x0A3476) is known color: Prussian Blue. HEX triplet: 0A, 34 and 76. RGB value is (10,52,118). Sum of RGB (Red+Green+Blue) = 10+52+118=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A3476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3476 is #F5CB89. Grayscale: #2E2E2E. Windows color (decimal): -16108426 or 7746570. OLE color: 7746570.

HSL color Cylindrical-coordinate representation of color #0A3476: hue angle of 216.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3476 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 52 118 -
CMYK 0.92 0.56 0 0.54
HSL 216.67º 0.84% 0.25% -
HSV(B) 216.67º 0.92% 0.46% -
XYZ 4.62 3.83 17.63 -
YUV 46.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 10 52 118 0.92 0.56 0 0.54 216.67 0.84 0.25
Hex A 34 76 5C 38 0 36 D9 54 19
Octal 12 64 166 134 70 0 66 331 124 31
Binary 1010 110100 1110110 1011100 111000 0 110110 11011001 1010100 11001

Color Harmonies of #0A3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3476

Black with #0A3476

Text Example


Text Example

White with #0A3476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,52,118); }

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

background-color css

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

 a { background-color: rgb(10,52,118); }

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

border-color css

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

 span { border-color: rgb(10,52,118); }

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