Html Css Color HEX #093474 Prussian Blue

📋 copy color: '#093474'

red 9 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #093474

Tints of Prussian Blue #093474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 5.08%
G = 29.38%
B = 65.54%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093474 (or 0x093474) is known color: Prussian Blue. HEX triplet: 09, 34 and 74. RGB value is (9,52,116). Sum of RGB (Red+Green+Blue) = 9+52+116=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #093474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093474 is #F6CB8B. Grayscale: #2E2E2E. Windows color (decimal): -16173964 or 7615497. OLE color: 7615497.

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

Color convert

RGB 9 52 116 -
CMYK 0.92 0.55 0 0.55
HSL 215.89º 0.86% 0.25% -
HSV(B) 215.89º 0.92% 0.45% -
XYZ 4.49 3.78 17.01 -
YUV 46.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 9 52 116 0.92 0.55 0 0.55 215.89 0.86 0.25
Hex 9 34 74 5C 37 0 37 D8 56 19
Octal 11 64 164 134 67 0 67 330 126 31
Binary 1001 110100 1110100 1011100 110111 0 110111 11011000 1010110 11001

Color Harmonies of #093474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093474

Black with #093474

Text Example


Text Example

White with #093474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093474; }

 p { color: rgb(9,52,116); }

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

background-color css

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

 a { background-color: rgb(9,52,116); }

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

border-color css

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

 span { border-color: rgb(9,52,116); }

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