Html Css Color HEX #0A3870 Prussian Blue

📋 copy color: '#0A3870'

red 10 ◦ green 56 ◦ blue 112

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

Shades of Prussian Blue #0A3870

Tints of Prussian Blue #0A3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

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

R = 5.62%
G = 31.46%
B = 62.92%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3870 (or 0x0A3870) is known color: Prussian Blue. HEX triplet: 0A, 38 and 70. RGB value is (10,56,112). Sum of RGB (Red+Green+Blue) = 10+56+112=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A3870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3870 is #F5C78F. Grayscale: #303030. Windows color (decimal): -16107408 or 7354378. OLE color: 7354378.

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

Color convert

RGB 10 56 112 -
CMYK 0.91 0.50 0 0.56
HSL 212.94º 0.84% 0.24% -
HSV(B) 212.94º 0.91% 0.44% -
XYZ 4.46 4.06 15.88 -
YUV 48.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 10 56 112 0.91 0.50 0 0.56 212.94 0.84 0.24
Hex A 38 70 5B 32 0 38 D5 54 18
Octal 12 70 160 133 62 0 70 325 124 30
Binary 1010 111000 1110000 1011011 110010 0 111000 11010101 1010100 11000

Color Harmonies of #0A3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3870

Black with #0A3870

Text Example


Text Example

White with #0A3870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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