Html Css Color HEX #093163 Prussian Blue

📋 copy color: '#093163'

red 9 ◦ green 49 ◦ blue 99

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

Shades of Prussian Blue #093163

Tints of Prussian Blue #093163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 5.73%
G = 31.21%
B = 63.06%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#093163 (or 0x093163) is known color: Prussian Blue. HEX triplet: 09, 31 and 63. RGB value is (9,49,99). Sum of RGB (Red+Green+Blue) = 9+49+99=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #093163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093163 is #F6CE9C. Grayscale: #2A2A2A. Windows color (decimal): -16174749 or 6500617. OLE color: 6500617.

HSL color Cylindrical-coordinate representation of color #093163: hue angle of 213.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093163 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 49 99 -
CMYK 0.91 0.51 0 0.61
HSL 213.33º 0.83% 0.21% -
HSV(B) 213.33º 0.91% 0.39% -
XYZ 3.46 3.16 12.23 -
YUV 42.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 9 49 99 0.91 0.51 0 0.61 213.33 0.83 0.21
Hex 9 31 63 5B 33 0 3D D5 53 15
Octal 11 61 143 133 63 0 75 325 123 25
Binary 1001 110001 1100011 1011011 110011 0 111101 11010101 1010011 10101

Color Harmonies of #093163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093163

Black with #093163

Text Example


Text Example

White with #093163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093163; }

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

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

background-color css

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

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

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

border-color css

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

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

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