Html Css Color HEX #093760 Prussian Blue

📋 copy color: '#093760'

red 9 ◦ green 55 ◦ blue 96

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

Shades of Prussian Blue #093760

Tints of Prussian Blue #093760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 60%

R = 5.63%
G = 34.38%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093760 (or 0x093760) is known color: Prussian Blue. HEX triplet: 09, 37 and 60. RGB value is (9,55,96). Sum of RGB (Red+Green+Blue) = 9+55+96=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #093760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093760 is #F6C89F. Grayscale: #2D2D2D. Windows color (decimal): -16173216 or 6305545. OLE color: 6305545.

HSL color Cylindrical-coordinate representation of color #093760: hue angle of 208.28º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093760 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 55 96 -
CMYK 0.91 0.43 0 0.62
HSL 208.28º 0.83% 0.21% -
HSV(B) 208.28º 0.91% 0.38% -
XYZ 3.59 3.63 11.58 -
YUV 45.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 9 55 96 0.91 0.43 0 0.62 208.28 0.83 0.21
Hex 9 37 60 5B 2B 0 3E D0 53 15
Octal 11 67 140 133 53 0 76 320 123 25
Binary 1001 110111 1100000 1011011 101011 0 111110 11010000 1010011 10101

Color Harmonies of #093760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093760

Black with #093760

Text Example


Text Example

White with #093760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093760; }

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

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

background-color css

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

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

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

border-color css

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

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

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