Html Css Color HEX #0A3558 Prussian Blue

📋 copy color: '#0A3558'

red 10 ◦ green 53 ◦ blue 88

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

Shades of Prussian Blue #0A3558

Tints of Prussian Blue #0A3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

 BLUE value IS 88 (34.77% from 255) = 58.28%

R = 6.62%
G = 35.1%
B = 58.28%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A3558 (or 0x0A3558) is known color: Prussian Blue. HEX triplet: 0A, 35 and 58. RGB value is (10,53,88). Sum of RGB (Red+Green+Blue) = 10+53+88=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A3558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3558 is #F5CAA7. Grayscale: #2B2B2B. Windows color (decimal): -16108200 or 5780746. OLE color: 5780746.

HSL color Cylindrical-coordinate representation of color #0A3558: hue angle of 206.92º 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 #0A3558 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 53 88 -
CMYK 0.89 0.40 0 0.65
HSL 206.92º 0.8% 0.19% -
HSV(B) 206.92º 0.89% 0.35% -
XYZ 3.16 3.32 9.71 -
YUV 44.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 10 53 88 0.89 0.40 0 0.65 206.92 0.8 0.19
Hex A 35 58 59 28 0 41 CF 50 13
Octal 12 65 130 131 50 0 101 317 120 23
Binary 1010 110101 1011000 1011001 101000 0 1000001 11001111 1010000 10011

Color Harmonies of #0A3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3558

Black with #0A3558

Text Example


Text Example

White with #0A3558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,53,88); }

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

background-color css

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

 a { background-color: rgb(10,53,88); }

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

border-color css

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

 span { border-color: rgb(10,53,88); }

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