Html Css Color HEX #093C66 Prussian Blue

📋 copy color: '#093C66'

red 9 ◦ green 60 ◦ blue 102

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

Shades of Prussian Blue #093C66

Tints of Prussian Blue #093C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.09%

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

R = 5.26%
G = 35.09%
B = 59.65%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#093C66 (or 0x093C66) is known color: Prussian Blue. HEX triplet: 09, 3C and 66. RGB value is (9,60,102). Sum of RGB (Red+Green+Blue) = 9+60+102=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #093C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C66 is #F6C399. Grayscale: #313131. Windows color (decimal): -16171930 or 6700041. OLE color: 6700041.

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

Color convert

RGB 9 60 102 -
CMYK 0.91 0.41 0 0.6
HSL 207.1º 0.84% 0.22% -
HSV(B) 207.1º 0.91% 0.4% -
XYZ 4.13 4.25 13.17 -
YUV 49.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 9 60 102 0.91 0.41 0 0.6 207.1 0.84 0.22
Hex 9 3C 66 5B 29 0 3C CF 54 16
Octal 11 74 146 133 51 0 74 317 124 26
Binary 1001 111100 1100110 1011011 101001 0 111100 11001111 1010100 10110

Color Harmonies of #093C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C66

Black with #093C66

Text Example


Text Example

White with #093C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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