Html Css Color HEX #0A3670 Prussian Blue

📋 copy color: '#0A3670'

red 10 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #0A3670

Tints of Prussian Blue #0A3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

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

R = 5.68%
G = 30.68%
B = 63.64%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3670 (or 0x0A3670) is known color: Prussian Blue. HEX triplet: 0A, 36 and 70. RGB value is (10,54,112). Sum of RGB (Red+Green+Blue) = 10+54+112=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A3670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3670 is #F5C98F. Grayscale: #2F2F2F. Windows color (decimal): -16107920 or 7353866. OLE color: 7353866.

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

Color convert

RGB 10 54 112 -
CMYK 0.91 0.52 0 0.56
HSL 214.12º 0.84% 0.24% -
HSV(B) 214.12º 0.91% 0.44% -
XYZ 4.37 3.87 15.85 -
YUV 47.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 10 54 112 0.91 0.52 0 0.56 214.12 0.84 0.24
Hex A 36 70 5B 34 0 38 D6 54 18
Octal 12 66 160 133 64 0 70 326 124 30
Binary 1010 110110 1110000 1011011 110100 0 111000 11010110 1010100 11000

Color Harmonies of #0A3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3670

Black with #0A3670

Text Example


Text Example

White with #0A3670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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