Html Css Color HEX #093E66 Prussian Blue

📋 copy color: '#093E66'

red 9 ◦ green 62 ◦ blue 102

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

Shades of Prussian Blue #093E66

Tints of Prussian Blue #093E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.84%

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 5.2%
G = 35.84%
B = 58.96%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#093E66 (or 0x093E66) is known color: Prussian Blue. HEX triplet: 09, 3E and 66. RGB value is (9,62,102). Sum of RGB (Red+Green+Blue) = 9+62+102=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #093E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E66 is #F6C199. Grayscale: #323232. Windows color (decimal): -16171418 or 6700553. OLE color: 6700553.

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

Color convert

RGB 9 62 102 -
CMYK 0.91 0.39 0 0.6
HSL 205.81º 0.84% 0.22% -
HSV(B) 205.81º 0.91% 0.4% -
XYZ 4.23 4.46 13.21 -
YUV 50.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 9 62 102 0.91 0.39 0 0.6 205.81 0.84 0.22
Hex 9 3E 66 5B 27 0 3C CE 54 16
Octal 11 76 146 133 47 0 74 316 124 26
Binary 1001 111110 1100110 1011011 100111 0 111100 11001110 1010100 10110

Color Harmonies of #093E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E66

Black with #093E66

Text Example


Text Example

White with #093E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,102); }

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

background-color css

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

 a { background-color: rgb(9,62,102); }

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

border-color css

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

 span { border-color: rgb(9,62,102); }

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