Html Css Color HEX #0A3163 Prussian Blue

📋 copy color: '#0A3163'

red 10 ◦ green 49 ◦ blue 99

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

Shades of Prussian Blue #0A3163

Tints of Prussian Blue #0A3163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.01%

 BLUE value IS 99 (39.06% from 255) = 62.66%

R = 6.33%
G = 31.01%
B = 62.66%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A3163 (or 0x0A3163) is known color: Prussian Blue. HEX triplet: 0A, 31 and 63. RGB value is (10,49,99). Sum of RGB (Red+Green+Blue) = 10+49+99=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A3163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3163 is #F5CE9C. Grayscale: #2A2A2A. Windows color (decimal): -16109213 or 6500618. OLE color: 6500618.

HSL color Cylindrical-coordinate representation of color #0A3163: hue angle of 213.71º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3163 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 49 99 -
CMYK 0.90 0.51 0 0.61
HSL 213.71º 0.82% 0.21% -
HSV(B) 213.71º 0.9% 0.39% -
XYZ 3.48 3.16 12.23 -
YUV 43.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 10 49 99 0.90 0.51 0 0.61 213.71 0.82 0.21
Hex A 31 63 5A 33 0 3D D6 52 15
Octal 12 61 143 132 63 0 75 326 122 25
Binary 1010 110001 1100011 1011010 110011 0 111101 11010110 1010010 10101

Color Harmonies of #0A3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3163

Black with #0A3163

Text Example


Text Example

White with #0A3163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,49,99); }

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

background-color css

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

 a { background-color: rgb(10,49,99); }

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

border-color css

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

 span { border-color: rgb(10,49,99); }

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