Html Css Color HEX #0A346E Prussian Blue

📋 copy color: '#0A346E'

red 10 ◦ green 52 ◦ blue 110

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

Shades of Prussian Blue #0A346E

Tints of Prussian Blue #0A346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.95%

R = 5.81%
G = 30.23%
B = 63.95%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A346E (or 0x0A346E) is known color: Prussian Blue. HEX triplet: 0A, 34 and 6E. RGB value is (10,52,110). Sum of RGB (Red+Green+Blue) = 10+52+110=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A346E is #F5CB91. Grayscale: #2D2D2D. Windows color (decimal): -16108434 or 7222282. OLE color: 7222282.

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

Color convert

RGB 10 52 110 -
CMYK 0.91 0.53 0 0.57
HSL 214.8º 0.83% 0.24% -
HSV(B) 214.8º 0.91% 0.43% -
XYZ 4.17 3.65 15.24 -
YUV 46.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 10 52 110 0.91 0.53 0 0.57 214.8 0.83 0.24
Hex A 34 6E 5B 35 0 39 D7 53 18
Octal 12 64 156 133 65 0 71 327 123 30
Binary 1010 110100 1101110 1011011 110101 0 111001 11010111 1010011 11000

Color Harmonies of #0A346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A346E

Black with #0A346E

Text Example


Text Example

White with #0A346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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