Html Css Color HEX #093A71 Prussian Blue

📋 copy color: '#093A71'

red 9 ◦ green 58 ◦ blue 113

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

Shades of Prussian Blue #093A71

Tints of Prussian Blue #093A71

RGB

 RED value IS 9 (3.91% from 255) = 5%

 GREEN value IS 58 (23.05% from 255) = 32.22%

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 5%
G = 32.22%
B = 62.78%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093A71 (or 0x093A71) is known color: Prussian Blue. HEX triplet: 09, 3A and 71. RGB value is (9,58,113). Sum of RGB (Red+Green+Blue) = 9+58+113=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #093A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A71 is #F6C58E. Grayscale: #313131. Windows color (decimal): -16172431 or 7420425. OLE color: 7420425.

HSL color Cylindrical-coordinate representation of color #093A71: hue angle of 211.73º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093A71 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 58 113 -
CMYK 0.92 0.49 0 0.56
HSL 211.73º 0.85% 0.24% -
HSV(B) 211.73º 0.92% 0.44% -
XYZ 4.61 4.28 16.21 -
YUV 49.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 9 58 113 0.92 0.49 0 0.56 211.73 0.85 0.24
Hex 9 3A 71 5C 31 0 38 D4 55 18
Octal 11 72 161 134 61 0 70 324 125 30
Binary 1001 111010 1110001 1011100 110001 0 111000 11010100 1010101 11000

Color Harmonies of #093A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A71

Black with #093A71

Text Example


Text Example

White with #093A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093A71; }

 p { color: rgb(9,58,113); }

 H1.HeaderClassName
 {
   color: #093A71;
 }
 .AnyTagClassName
 {
   color: #093A71;
 }
</style>

background-color css

<style>
 a { background-color: #093A71; }

 a { background-color: rgb(9,58,113); }

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

border-color css

<style>
 span { border-color: #093A71; }

 span { border-color: rgb(9,58,113); }

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