Html Css Color HEX #093368 Prussian Blue

📋 copy color: '#093368'

red 9 ◦ green 51 ◦ blue 104

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

Shades of Prussian Blue #093368

Tints of Prussian Blue #093368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 5.49%
G = 31.1%
B = 63.41%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093368 (or 0x093368) is known color: Prussian Blue. HEX triplet: 09, 33 and 68. RGB value is (9,51,104). Sum of RGB (Red+Green+Blue) = 9+51+104=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #093368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093368 is #F6CC97. Grayscale: #2C2C2C. Windows color (decimal): -16174232 or 6828809. OLE color: 6828809.

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

Color convert

RGB 9 51 104 -
CMYK 0.91 0.51 0 0.59
HSL 213.47º 0.84% 0.22% -
HSV(B) 213.47º 0.91% 0.41% -
XYZ 3.8 3.43 13.56 -
YUV 44.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 9 51 104 0.91 0.51 0 0.59 213.47 0.84 0.22
Hex 9 33 68 5B 33 0 3B D5 54 16
Octal 11 63 150 133 63 0 73 325 124 26
Binary 1001 110011 1101000 1011011 110011 0 111011 11010101 1010100 10110

Color Harmonies of #093368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093368

Black with #093368

Text Example


Text Example

White with #093368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093368; }

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

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

background-color css

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

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

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

border-color css

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

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

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