Html Css Color HEX #093165 Prussian Blue

📋 copy color: '#093165'

red 9 ◦ green 49 ◦ blue 101

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

Shades of Prussian Blue #093165

Tints of Prussian Blue #093165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.82%

 BLUE value IS 101 (39.84% from 255) = 63.52%

R = 5.66%
G = 30.82%
B = 63.52%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#093165 (or 0x093165) is known color: Prussian Blue. HEX triplet: 09, 31 and 65. RGB value is (9,49,101). Sum of RGB (Red+Green+Blue) = 9+49+101=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #093165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093165 is #F6CE9A. Grayscale: #2A2A2A. Windows color (decimal): -16174747 or 6631689. OLE color: 6631689.

HSL color Cylindrical-coordinate representation of color #093165: hue angle of 213.91º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093165 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 49 101 -
CMYK 0.91 0.51 0 0.60
HSL 213.91º 0.84% 0.22% -
HSV(B) 213.91º 0.91% 0.4% -
XYZ 3.56 3.19 12.74 -
YUV 42.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 9 49 101 0.91 0.51 0 0.60 213.91 0.84 0.22
Hex 9 31 65 5B 33 0 3C D6 54 16
Octal 11 61 145 133 63 0 74 326 124 26
Binary 1001 110001 1100101 1011011 110011 0 111100 11010110 1010100 10110

Color Harmonies of #093165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093165

Black with #093165

Text Example


Text Example

White with #093165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093165; }

 p { color: rgb(9,49,101); }

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

background-color css

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

 a { background-color: rgb(9,49,101); }

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

border-color css

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

 span { border-color: rgb(9,49,101); }

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