Html Css Color HEX #093953 Prussian Blue

📋 copy color: '#093953'

red 9 ◦ green 57 ◦ blue 83

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

Shades of Prussian Blue #093953

Tints of Prussian Blue #093953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 55.7%

R = 6.04%
G = 38.26%
B = 55.7%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093953 (or 0x093953) is known color: Prussian Blue. HEX triplet: 09, 39 and 53. RGB value is (9,57,83). Sum of RGB (Red+Green+Blue) = 9+57+83=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #093953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093953 is #F6C6AC. Grayscale: #2D2D2D. Windows color (decimal): -16172717 or 5454089. OLE color: 5454089.

HSL color Cylindrical-coordinate representation of color #093953: hue angle of 201.08º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093953 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 57 83 -
CMYK 0.89 0.31 0 0.67
HSL 201.08º 0.8% 0.18% -
HSV(B) 201.08º 0.89% 0.33% -
XYZ 3.14 3.61 8.71 -
YUV 45.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 9 57 83 0.89 0.31 0 0.67 201.08 0.8 0.18
Hex 9 39 53 59 1F 0 43 C9 50 12
Octal 11 71 123 131 37 0 103 311 120 22
Binary 1001 111001 1010011 1011001 11111 0 1000011 11001001 1010000 10010

Color Harmonies of #093953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093953

Black with #093953

Text Example


Text Example

White with #093953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093953; }

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

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

background-color css

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

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

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

border-color css

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

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

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