Html Css Color HEX #093C5E Prussian Blue

📋 copy color: '#093C5E'

red 9 ◦ green 60 ◦ blue 94

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

Shades of Prussian Blue #093C5E

Tints of Prussian Blue #093C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

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

R = 5.52%
G = 36.81%
B = 57.67%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#093C5E (or 0x093C5E) is known color: Prussian Blue. HEX triplet: 09, 3C and 5E. RGB value is (9,60,94). Sum of RGB (Red+Green+Blue) = 9+60+94=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #093C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C5E is #F6C3A1. Grayscale: #303030. Windows color (decimal): -16171938 or 6175753. OLE color: 6175753.

HSL color Cylindrical-coordinate representation of color #093C5E: hue angle of 204º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093C5E is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 60 94 -
CMYK 0.90 0.36 0 0.63
HSL 204º 0.83% 0.2% -
HSV(B) 204º 0.9% 0.37% -
XYZ 3.75 4.1 11.18 -
YUV 48.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 9 60 94 0.90 0.36 0 0.63 204 0.83 0.2
Hex 9 3C 5E 5A 24 0 3F CC 53 14
Octal 11 74 136 132 44 0 77 314 123 24
Binary 1001 111100 1011110 1011010 100100 0 111111 11001100 1010011 10100

Color Harmonies of #093C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C5E

Black with #093C5E

Text Example


Text Example

White with #093C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,94); }

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

background-color css

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

 a { background-color: rgb(9,60,94); }

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

border-color css

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

 span { border-color: rgb(9,60,94); }

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