Html Css Color HEX #093765 Prussian Blue

📋 copy color: '#093765'

red 9 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #093765

Tints of Prussian Blue #093765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 61.21%

R = 5.45%
G = 33.33%
B = 61.21%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#093765 (or 0x093765) is known color: Prussian Blue. HEX triplet: 09, 37 and 65. RGB value is (9,55,101). Sum of RGB (Red+Green+Blue) = 9+55+101=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #093765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093765 is #F6C89A. Grayscale: #2E2E2E. Windows color (decimal): -16173211 or 6633225. OLE color: 6633225.

HSL color Cylindrical-coordinate representation of color #093765: hue angle of 210º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093765 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 55 101 -
CMYK 0.91 0.46 0 0.60
HSL 210º 0.84% 0.22% -
HSV(B) 210º 0.91% 0.4% -
XYZ 3.83 3.73 12.83 -
YUV 46.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 9 55 101 0.91 0.46 0 0.60 210 0.84 0.22
Hex 9 37 65 5B 2E 0 3C D2 54 16
Octal 11 67 145 133 56 0 74 322 124 26
Binary 1001 110111 1100101 1011011 101110 0 111100 11010010 1010100 10110

Color Harmonies of #093765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093765

Black with #093765

Text Example


Text Example

White with #093765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093765; }

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

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

background-color css

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

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

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

border-color css

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

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

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