Html Css Color HEX #0A346F Prussian Blue

📋 copy color: '#0A346F'

red 10 ◦ green 52 ◦ blue 111

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

Shades of Prussian Blue #0A346F

Tints of Prussian Blue #0A346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.16%

R = 5.78%
G = 30.06%
B = 64.16%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A346F (or 0x0A346F) is known color: Prussian Blue. HEX triplet: 0A, 34 and 6F. RGB value is (10,52,111). Sum of RGB (Red+Green+Blue) = 10+52+111=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A346F is #F5CB90. Grayscale: #2D2D2D. Windows color (decimal): -16108433 or 7287818. OLE color: 7287818.

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

Color convert

RGB 10 52 111 -
CMYK 0.91 0.53 0 0.56
HSL 215.05º 0.83% 0.24% -
HSV(B) 215.05º 0.91% 0.44% -
XYZ 4.22 3.67 15.52 -
YUV 46.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 10 52 111 0.91 0.53 0 0.56 215.05 0.83 0.24
Hex A 34 6F 5B 35 0 38 D7 53 18
Octal 12 64 157 133 65 0 70 327 123 30
Binary 1010 110100 1101111 1011011 110101 0 111000 11010111 1010011 11000

Color Harmonies of #0A346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A346F

Black with #0A346F

Text Example


Text Example

White with #0A346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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