Html Css Color HEX #093668 Prussian Blue

📋 copy color: '#093668'

red 9 ◦ green 54 ◦ blue 104

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

Shades of Prussian Blue #093668

Tints of Prussian Blue #093668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 5.39%
G = 32.34%
B = 62.28%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093668 (or 0x093668) is known color: Prussian Blue. HEX triplet: 09, 36 and 68. RGB value is (9,54,104). Sum of RGB (Red+Green+Blue) = 9+54+104=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #093668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093668 is #F6C997. Grayscale: #2E2E2E. Windows color (decimal): -16173464 or 6829577. OLE color: 6829577.

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

Color convert

RGB 9 54 104 -
CMYK 0.91 0.48 0 0.59
HSL 211.58º 0.84% 0.22% -
HSV(B) 211.58º 0.91% 0.41% -
XYZ 3.93 3.7 13.6 -
YUV 46.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 9 54 104 0.91 0.48 0 0.59 211.58 0.84 0.22
Hex 9 36 68 5B 30 0 3B D4 54 16
Octal 11 66 150 133 60 0 73 324 124 26
Binary 1001 110110 1101000 1011011 110000 0 111011 11010100 1010100 10110

Color Harmonies of #093668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093668

Black with #093668

Text Example


Text Example

White with #093668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093668; }

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

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

background-color css

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

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

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

border-color css

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

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

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