Html Css Color HEX #093D65 Prussian Blue

📋 copy color: '#093D65'

red 9 ◦ green 61 ◦ blue 101

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

Shades of Prussian Blue #093D65

Tints of Prussian Blue #093D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.67%

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

R = 5.26%
G = 35.67%
B = 59.06%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#093D65 (or 0x093D65) is known color: Prussian Blue. HEX triplet: 09, 3D and 65. RGB value is (9,61,101). Sum of RGB (Red+Green+Blue) = 9+61+101=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #093D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D65 is #F6C29A. Grayscale: #313131. Windows color (decimal): -16171675 or 6634761. OLE color: 6634761.

HSL color Cylindrical-coordinate representation of color #093D65: hue angle of 206.09º 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 #093D65 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 61 101 -
CMYK 0.91 0.40 0 0.60
HSL 206.09º 0.84% 0.22% -
HSV(B) 206.09º 0.91% 0.4% -
XYZ 4.13 4.34 12.93 -
YUV 50.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 9 61 101 0.91 0.40 0 0.60 206.09 0.84 0.22
Hex 9 3D 65 5B 28 0 3C CE 54 16
Octal 11 75 145 133 50 0 74 316 124 26
Binary 1001 111101 1100101 1011011 101000 0 111100 11001110 1010100 10110

Color Harmonies of #093D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D65

Black with #093D65

Text Example


Text Example

White with #093D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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