Html Css Color HEX #093069 Prussian Blue

📋 copy color: '#093069'

red 9 ◦ green 48 ◦ blue 105

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

Shades of Prussian Blue #093069

Tints of Prussian Blue #093069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 5.56%
G = 29.63%
B = 64.81%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093069 (or 0x093069) is known color: Prussian Blue. HEX triplet: 09, 30 and 69. RGB value is (9,48,105). Sum of RGB (Red+Green+Blue) = 9+48+105=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #093069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093069 is #F6CF96. Grayscale: #2A2A2A. Windows color (decimal): -16174999 or 6893577. OLE color: 6893577.

HSL color Cylindrical-coordinate representation of color #093069: hue angle of 215.62º 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 #093069 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 48 105 -
CMYK 0.91 0.54 0 0.59
HSL 215.63º 0.84% 0.22% -
HSV(B) 215.63º 0.91% 0.41% -
XYZ 3.72 3.19 13.78 -
YUV 42.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 9 48 105 0.91 0.54 0 0.59 215.63 0.84 0.22
Hex 9 30 69 5B 36 0 3B D8 54 16
Octal 11 60 151 133 66 0 73 330 124 26
Binary 1001 110000 1101001 1011011 110110 0 111011 11011000 1010100 10110

Color Harmonies of #093069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093069

Black with #093069

Text Example


Text Example

White with #093069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093069; }

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

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

background-color css

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

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

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

border-color css

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

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

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