Html Css Color HEX #0A365E Prussian Blue

📋 copy color: '#0A365E'

red 10 ◦ green 54 ◦ blue 94

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

Shades of Prussian Blue #0A365E

Tints of Prussian Blue #0A365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 59.49%

R = 6.33%
G = 34.18%
B = 59.49%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A365E (or 0x0A365E) is known color: Prussian Blue. HEX triplet: 0A, 36 and 5E. RGB value is (10,54,94). Sum of RGB (Red+Green+Blue) = 10+54+94=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A365E is #F5C9A1. Grayscale: #2D2D2D. Windows color (decimal): -16107938 or 6174218. OLE color: 6174218.

HSL color Cylindrical-coordinate representation of color #0A365E: hue angle of 208.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A365E is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 54 94 -
CMYK 0.89 0.43 0 0.63
HSL 208.57º 0.81% 0.2% -
HSV(B) 208.57º 0.89% 0.37% -
XYZ 3.46 3.51 11.08 -
YUV 45.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 10 54 94 0.89 0.43 0 0.63 208.57 0.81 0.2
Hex A 36 5E 59 2B 0 3F D1 51 14
Octal 12 66 136 131 53 0 77 321 121 24
Binary 1010 110110 1011110 1011001 101011 0 111111 11010001 1010001 10100

Color Harmonies of #0A365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A365E

Black with #0A365E

Text Example


Text Example

White with #0A365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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