Html Css Color HEX #093A5A Prussian Blue

📋 copy color: '#093A5A'

red 9 ◦ green 58 ◦ blue 90

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

Shades of Prussian Blue #093A5A

Tints of Prussian Blue #093A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 5.73%
G = 36.94%
B = 57.32%

CMYK

 C value IS 0.9

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093A5A (or 0x093A5A) is known color: Prussian Blue. HEX triplet: 09, 3A and 5A. RGB value is (9,58,90). Sum of RGB (Red+Green+Blue) = 9+58+90=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #093A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A5A is #F6C5A5. Grayscale: #2E2E2E. Windows color (decimal): -16172454 or 5913097. OLE color: 5913097.

HSL color Cylindrical-coordinate representation of color #093A5A: hue angle of 203.7º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093A5A is Cyan = 0.9, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 58 90 -
CMYK 0.9 0.36 0 0.65
HSL 203.7º 0.82% 0.19% -
HSV(B) 203.7º 0.9% 0.35% -
XYZ 3.47 3.82 10.23 -
YUV 47 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 9 58 90 0.9 0.36 0 0.65 203.7 0.82 0.19
Hex 9 3A 5A 5A 24 0 41 CC 52 13
Octal 11 72 132 132 44 0 101 314 122 23
Binary 1001 111010 1011010 1011010 100100 0 1000001 11001100 1010010 10011

Color Harmonies of #093A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A5A

Black with #093A5A

Text Example


Text Example

White with #093A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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