Html Css Color HEX #0A346D Prussian Blue

📋 copy color: '#0A346D'

red 10 ◦ green 52 ◦ blue 109

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

Shades of Prussian Blue #0A346D

Tints of Prussian Blue #0A346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 5.85%
G = 30.41%
B = 63.74%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A346D (or 0x0A346D) is known color: Prussian Blue. HEX triplet: 0A, 34 and 6D. RGB value is (10,52,109). Sum of RGB (Red+Green+Blue) = 10+52+109=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A346D is #F5CB92. Grayscale: #2D2D2D. Windows color (decimal): -16108435 or 7156746. OLE color: 7156746.

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

Color convert

RGB 10 52 109 -
CMYK 0.91 0.52 0 0.57
HSL 214.55º 0.83% 0.23% -
HSV(B) 214.55º 0.91% 0.43% -
XYZ 4.11 3.62 14.95 -
YUV 45.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 10 52 109 0.91 0.52 0 0.57 214.55 0.83 0.23
Hex A 34 6D 5B 34 0 39 D7 53 17
Octal 12 64 155 133 64 0 71 327 123 27
Binary 1010 110100 1101101 1011011 110100 0 111001 11010111 1010011 10111

Color Harmonies of #0A346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A346D

Black with #0A346D

Text Example


Text Example

White with #0A346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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