Html Css Color HEX #0A3259 Prussian Blue

📋 copy color: '#0A3259'

red 10 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #0A3259

Tints of Prussian Blue #0A3259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 59.73%

R = 6.71%
G = 33.56%
B = 59.73%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A3259 (or 0x0A3259) is known color: Prussian Blue. HEX triplet: 0A, 32 and 59. RGB value is (10,50,89). Sum of RGB (Red+Green+Blue) = 10+50+89=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A3259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3259 is #F5CDA6. Grayscale: #2A2A2A. Windows color (decimal): -16108967 or 5845514. OLE color: 5845514.

HSL color Cylindrical-coordinate representation of color #0A3259: hue angle of 209.62º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3259 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 50 89 -
CMYK 0.89 0.44 0 0.65
HSL 209.62º 0.8% 0.19% -
HSV(B) 209.62º 0.89% 0.35% -
XYZ 3.07 3.07 9.88 -
YUV 42.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 10 50 89 0.89 0.44 0 0.65 209.62 0.8 0.19
Hex A 32 59 59 2C 0 41 D2 50 13
Octal 12 62 131 131 54 0 101 322 120 23
Binary 1010 110010 1011001 1011001 101100 0 1000001 11010010 1010000 10011

Color Harmonies of #0A3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3259

Black with #0A3259

Text Example


Text Example

White with #0A3259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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