Html Css Color HEX #093769 Prussian Blue

📋 copy color: '#093769'

red 9 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #093769

Tints of Prussian Blue #093769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 5.33%
G = 32.54%
B = 62.13%

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

#093769 (or 0x093769) is known color: Prussian Blue. HEX triplet: 09, 37 and 69. RGB value is (9,55,105). Sum of RGB (Red+Green+Blue) = 9+55+105=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #093769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093769 is #F6C896. Grayscale: #2E2E2E. Windows color (decimal): -16173207 or 6895369. OLE color: 6895369.

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

Color convert

RGB 9 55 105 -
CMYK 0.91 0.48 0 0.59
HSL 211.25º 0.84% 0.22% -
HSV(B) 211.25º 0.91% 0.41% -
XYZ 4.03 3.81 13.89 -
YUV 46.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 9 55 105 0.91 0.48 0 0.59 211.25 0.84 0.22
Hex 9 37 69 5B 30 0 3B D3 54 16
Octal 11 67 151 133 60 0 73 323 124 26
Binary 1001 110111 1101001 1011011 110000 0 111011 11010011 1010100 10110

Color Harmonies of #093769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093769

Black with #093769

Text Example


Text Example

White with #093769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093769; }

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

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

background-color css

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

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

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

border-color css

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

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

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