Html Css Color HEX #0A326F Prussian Blue

📋 copy color: '#0A326F'

red 10 ◦ green 50 ◦ blue 111

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

Shades of Prussian Blue #0A326F

Tints of Prussian Blue #0A326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.24%

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

R = 5.85%
G = 29.24%
B = 64.91%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A326F (or 0x0A326F) is known color: Prussian Blue. HEX triplet: 0A, 32 and 6F. RGB value is (10,50,111). Sum of RGB (Red+Green+Blue) = 10+50+111=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A326F is #F5CD90. Grayscale: #2C2C2C. Windows color (decimal): -16108945 or 7287306. OLE color: 7287306.

HSL color Cylindrical-coordinate representation of color #0A326F: hue angle of 216.24º 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 #0A326F is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 50 111 -
CMYK 0.91 0.55 0 0.56
HSL 216.24º 0.83% 0.24% -
HSV(B) 216.24º 0.91% 0.44% -
XYZ 4.14 3.49 15.5 -
YUV 44.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 10 50 111 0.91 0.55 0 0.56 216.24 0.83 0.24
Hex A 32 6F 5B 37 0 38 D8 53 18
Octal 12 62 157 133 67 0 70 330 123 30
Binary 1010 110010 1101111 1011011 110111 0 111000 11011000 1010011 11000

Color Harmonies of #0A326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A326F

Black with #0A326F

Text Example


Text Example

White with #0A326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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