Html Css Color HEX #093663 Prussian Blue

📋 copy color: '#093663'

red 9 ◦ green 54 ◦ blue 99

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

Shades of Prussian Blue #093663

Tints of Prussian Blue #093663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.33%

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

R = 5.56%
G = 33.33%
B = 61.11%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#093663 (or 0x093663) is known color: Prussian Blue. HEX triplet: 09, 36 and 63. RGB value is (9,54,99). Sum of RGB (Red+Green+Blue) = 9+54+99=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #093663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093663 is #F6C99C. Grayscale: #2D2D2D. Windows color (decimal): -16173469 or 6501897. OLE color: 6501897.

HSL color Cylindrical-coordinate representation of color #093663: hue angle of 210º 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 #093663 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 54 99 -
CMYK 0.91 0.45 0 0.61
HSL 210º 0.83% 0.21% -
HSV(B) 210º 0.91% 0.39% -
XYZ 3.68 3.6 12.3 -
YUV 45.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 9 54 99 0.91 0.45 0 0.61 210 0.83 0.21
Hex 9 36 63 5B 2D 0 3D D2 53 15
Octal 11 66 143 133 55 0 75 322 123 25
Binary 1001 110110 1100011 1011011 101101 0 111101 11010010 1010011 10101

Color Harmonies of #093663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093663

Black with #093663

Text Example


Text Example

White with #093663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093663; }

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

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

background-color css

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

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

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

border-color css

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

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

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