Html Css Color HEX #093469 Prussian Blue

📋 copy color: '#093469'

red 9 ◦ green 52 ◦ blue 105

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

Shades of Prussian Blue #093469

Tints of Prussian Blue #093469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 105 (41.41% from 255) = 63.25%

R = 5.42%
G = 31.33%
B = 63.25%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093469 (or 0x093469) is known color: Prussian Blue. HEX triplet: 09, 34 and 69. RGB value is (9,52,105). Sum of RGB (Red+Green+Blue) = 9+52+105=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #093469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093469 is #F6CB96. Grayscale: #2C2C2C. Windows color (decimal): -16173975 or 6894601. OLE color: 6894601.

HSL color Cylindrical-coordinate representation of color #093469: hue angle of 213.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093469 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 52 105 -
CMYK 0.91 0.50 0 0.59
HSL 213.13º 0.84% 0.22% -
HSV(B) 213.13º 0.91% 0.41% -
XYZ 3.89 3.53 13.84 -
YUV 45.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 9 52 105 0.91 0.50 0 0.59 213.13 0.84 0.22
Hex 9 34 69 5B 32 0 3B D5 54 16
Octal 11 64 151 133 62 0 73 325 124 26
Binary 1001 110100 1101001 1011011 110010 0 111011 11010101 1010100 10110

Color Harmonies of #093469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093469

Black with #093469

Text Example


Text Example

White with #093469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093469; }

 p { color: rgb(9,52,105); }

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

background-color css

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

 a { background-color: rgb(9,52,105); }

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

border-color css

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

 span { border-color: rgb(9,52,105); }

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