Html Css Color HEX #0A3373 Prussian Blue

📋 copy color: '#0A3373'

red 10 ◦ green 51 ◦ blue 115

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

Shades of Prussian Blue #0A3373

Tints of Prussian Blue #0A3373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

 BLUE value IS 115 (45.31% from 255) = 65.34%

R = 5.68%
G = 28.98%
B = 65.34%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A3373 (or 0x0A3373) is known color: Prussian Blue. HEX triplet: 0A, 33 and 73. RGB value is (10,51,115). Sum of RGB (Red+Green+Blue) = 10+51+115=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A3373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3373 is #F5CC8C. Grayscale: #2D2D2D. Windows color (decimal): -16108685 or 7549706. OLE color: 7549706.

HSL color Cylindrical-coordinate representation of color #0A3373: hue angle of 216.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3373 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 51 115 -
CMYK 0.91 0.56 0 0.55
HSL 216.57º 0.84% 0.25% -
HSV(B) 216.57º 0.91% 0.45% -
XYZ 4.4 3.67 16.7 -
YUV 46.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 10 51 115 0.91 0.56 0 0.55 216.57 0.84 0.25
Hex A 33 73 5B 38 0 37 D9 54 19
Octal 12 63 163 133 70 0 67 331 124 31
Binary 1010 110011 1110011 1011011 111000 0 110111 11011001 1010100 11001

Color Harmonies of #0A3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3373

Black with #0A3373

Text Example


Text Example

White with #0A3373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,115); }

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

background-color css

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

 a { background-color: rgb(10,51,115); }

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

border-color css

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

 span { border-color: rgb(10,51,115); }

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