Html Css Color HEX #093375 Prussian Blue

📋 copy color: '#093375'

red 9 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #093375

Tints of Prussian Blue #093375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 5.08%
G = 28.81%
B = 66.1%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093375 (or 0x093375) is known color: Prussian Blue. HEX triplet: 09, 33 and 75. RGB value is (9,51,117). Sum of RGB (Red+Green+Blue) = 9+51+117=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #093375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093375 is #F6CC8A. Grayscale: #2D2D2D. Windows color (decimal): -16174219 or 7680777. OLE color: 7680777.

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

Color convert

RGB 9 51 117 -
CMYK 0.92 0.56 0 0.54
HSL 216.67º 0.86% 0.25% -
HSV(B) 216.67º 0.92% 0.46% -
XYZ 4.51 3.71 17.31 -
YUV 45.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 9 51 117 0.92 0.56 0 0.54 216.67 0.86 0.25
Hex 9 33 75 5C 38 0 36 D9 56 19
Octal 11 63 165 134 70 0 66 331 126 31
Binary 1001 110011 1110101 1011100 111000 0 110110 11011001 1010110 11001

Color Harmonies of #093375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093375

Black with #093375

Text Example


Text Example

White with #093375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093375; }

 p { color: rgb(9,51,117); }

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

background-color css

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

 a { background-color: rgb(9,51,117); }

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

border-color css

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

 span { border-color: rgb(9,51,117); }

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