Html Css Color HEX #093666 Prussian Blue

📋 copy color: '#093666'

red 9 ◦ green 54 ◦ blue 102

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

Shades of Prussian Blue #093666

Tints of Prussian Blue #093666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 61.82%

R = 5.45%
G = 32.73%
B = 61.82%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#093666 (or 0x093666) is known color: Prussian Blue. HEX triplet: 09, 36 and 66. RGB value is (9,54,102). Sum of RGB (Red+Green+Blue) = 9+54+102=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #093666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093666 is #F6C999. Grayscale: #2D2D2D. Windows color (decimal): -16173466 or 6698505. OLE color: 6698505.

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

Color convert

RGB 9 54 102 -
CMYK 0.91 0.47 0 0.6
HSL 210.97º 0.84% 0.22% -
HSV(B) 210.97º 0.91% 0.4% -
XYZ 3.83 3.66 13.07 -
YUV 46.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 9 54 102 0.91 0.47 0 0.6 210.97 0.84 0.22
Hex 9 36 66 5B 2F 0 3C D3 54 16
Octal 11 66 146 133 57 0 74 323 124 26
Binary 1001 110110 1100110 1011011 101111 0 111100 11010011 1010100 10110

Color Harmonies of #093666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093666

Black with #093666

Text Example


Text Example

White with #093666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093666; }

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

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

background-color css

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

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

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

border-color css

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

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

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