Html Css Color HEX #0A3463 Prussian Blue

📋 copy color: '#0A3463'

red 10 ◦ green 52 ◦ blue 99

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

Shades of Prussian Blue #0A3463

Tints of Prussian Blue #0A3463

RGB

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

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

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

R = 6.21%
G = 32.3%
B = 61.49%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A3463 (or 0x0A3463) is known color: Prussian Blue. HEX triplet: 0A, 34 and 63. RGB value is (10,52,99). Sum of RGB (Red+Green+Blue) = 10+52+99=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A3463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3463 is #F5CB9C. Grayscale: #2C2C2C. Windows color (decimal): -16108445 or 6501386. OLE color: 6501386.

HSL color Cylindrical-coordinate representation of color #0A3463: hue angle of 211.69º 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 #0A3463 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 52 99 -
CMYK 0.90 0.47 0 0.61
HSL 211.69º 0.82% 0.21% -
HSV(B) 211.69º 0.9% 0.39% -
XYZ 3.61 3.42 12.27 -
YUV 44.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 10 52 99 0.90 0.47 0 0.61 211.69 0.82 0.21
Hex A 34 63 5A 2F 0 3D D4 52 15
Octal 12 64 143 132 57 0 75 324 122 25
Binary 1010 110100 1100011 1011010 101111 0 111101 11010100 1010010 10101

Color Harmonies of #0A3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3463

Black with #0A3463

Text Example


Text Example

White with #0A3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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