Html Css Color HEX #093961 Prussian Blue

📋 copy color: '#093961'

red 9 ◦ green 57 ◦ blue 97

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

Shades of Prussian Blue #093961

Tints of Prussian Blue #093961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

 BLUE value IS 97 (38.28% from 255) = 59.51%

R = 5.52%
G = 34.97%
B = 59.51%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093961 (or 0x093961) is known color: Prussian Blue. HEX triplet: 09, 39 and 61. RGB value is (9,57,97). Sum of RGB (Red+Green+Blue) = 9+57+97=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #093961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093961 is #F6C69E. Grayscale: #2F2F2F. Windows color (decimal): -16172703 or 6371593. OLE color: 6371593.

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

Color convert

RGB 9 57 97 -
CMYK 0.91 0.41 0 0.62
HSL 207.27º 0.83% 0.21% -
HSV(B) 207.27º 0.91% 0.38% -
XYZ 3.73 3.85 11.86 -
YUV 47.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 9 57 97 0.91 0.41 0 0.62 207.27 0.83 0.21
Hex 9 39 61 5B 29 0 3E CF 53 15
Octal 11 71 141 133 51 0 76 317 123 25
Binary 1001 111001 1100001 1011011 101001 0 111110 11001111 1010011 10101

Color Harmonies of #093961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093961

Black with #093961

Text Example


Text Example

White with #093961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093961; }

 p { color: rgb(9,57,97); }

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

background-color css

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

 a { background-color: rgb(9,57,97); }

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

border-color css

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

 span { border-color: rgb(9,57,97); }

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