Html Css Color HEX #093268 Prussian Blue

📋 copy color: '#093268'

red 9 ◦ green 50 ◦ blue 104

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

Shades of Prussian Blue #093268

Tints of Prussian Blue #093268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 5.52%
G = 30.67%
B = 63.8%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093268 (or 0x093268) is known color: Prussian Blue. HEX triplet: 09, 32 and 68. RGB value is (9,50,104). Sum of RGB (Red+Green+Blue) = 9+50+104=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #093268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093268 is #F6CD97. Grayscale: #2B2B2B. Windows color (decimal): -16174488 or 6828553. OLE color: 6828553.

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

Color convert

RGB 9 50 104 -
CMYK 0.91 0.52 0 0.59
HSL 214.11º 0.84% 0.22% -
HSV(B) 214.11º 0.91% 0.41% -
XYZ 3.75 3.34 13.54 -
YUV 43.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 9 50 104 0.91 0.52 0 0.59 214.11 0.84 0.22
Hex 9 32 68 5B 34 0 3B D6 54 16
Octal 11 62 150 133 64 0 73 326 124 26
Binary 1001 110010 1101000 1011011 110100 0 111011 11010110 1010100 10110

Color Harmonies of #093268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093268

Black with #093268

Text Example


Text Example

White with #093268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093268; }

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

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

background-color css

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

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

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

border-color css

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

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

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