Html Css Color HEX #0A3570 Prussian Blue

📋 copy color: '#0A3570'

red 10 ◦ green 53 ◦ blue 112

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

Shades of Prussian Blue #0A3570

Tints of Prussian Blue #0A3570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 64%

R = 5.71%
G = 30.29%
B = 64%

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

#0A3570 (or 0x0A3570) is known color: Prussian Blue. HEX triplet: 0A, 35 and 70. RGB value is (10,53,112). Sum of RGB (Red+Green+Blue) = 10+53+112=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A3570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3570 is #F5CA8F. Grayscale: #2E2E2E. Windows color (decimal): -16108176 or 7353610. OLE color: 7353610.

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

Color convert

RGB 10 53 112 -
CMYK 0.91 0.53 0 0.56
HSL 214.71º 0.84% 0.24% -
HSV(B) 214.71º 0.91% 0.44% -
XYZ 4.32 3.78 15.83 -
YUV 46.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 10 53 112 0.91 0.53 0 0.56 214.71 0.84 0.24
Hex A 35 70 5B 35 0 38 D7 54 18
Octal 12 65 160 133 65 0 70 327 124 30
Binary 1010 110101 1110000 1011011 110101 0 111000 11010111 1010100 11000

Color Harmonies of #0A3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3570

Black with #0A3570

Text Example


Text Example

White with #0A3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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