Html Css Color HEX #093768 Prussian Blue

📋 copy color: '#093768'

red 9 ◦ green 55 ◦ blue 104

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

Shades of Prussian Blue #093768

Tints of Prussian Blue #093768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

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

R = 5.36%
G = 32.74%
B = 61.9%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093768 (or 0x093768) is known color: Prussian Blue. HEX triplet: 09, 37 and 68. RGB value is (9,55,104). Sum of RGB (Red+Green+Blue) = 9+55+104=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #093768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093768 is #F6C897. Grayscale: #2E2E2E. Windows color (decimal): -16173208 or 6829833. OLE color: 6829833.

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

Color convert

RGB 9 55 104 -
CMYK 0.91 0.47 0 0.59
HSL 210.95º 0.84% 0.22% -
HSV(B) 210.95º 0.91% 0.41% -
XYZ 3.98 3.79 13.62 -
YUV 46.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 9 55 104 0.91 0.47 0 0.59 210.95 0.84 0.22
Hex 9 37 68 5B 2F 0 3B D3 54 16
Octal 11 67 150 133 57 0 73 323 124 26
Binary 1001 110111 1101000 1011011 101111 0 111011 11010011 1010100 10110

Color Harmonies of #093768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093768

Black with #093768

Text Example


Text Example

White with #093768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093768; }

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

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

background-color css

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

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

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

border-color css

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

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

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