Html Css Color HEX #093869 Prussian Blue

📋 copy color: '#093869'

red 9 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #093869

Tints of Prussian Blue #093869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 5.29%
G = 32.94%
B = 61.76%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093869 (or 0x093869) is known color: Prussian Blue. HEX triplet: 09, 38 and 69. RGB value is (9,56,105). Sum of RGB (Red+Green+Blue) = 9+56+105=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #093869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093869 is #F6C796. Grayscale: #2F2F2F. Windows color (decimal): -16172951 or 6895625. OLE color: 6895625.

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

Color convert

RGB 9 56 105 -
CMYK 0.91 0.47 0 0.59
HSL 210.63º 0.84% 0.22% -
HSV(B) 210.63º 0.91% 0.41% -
XYZ 4.08 3.91 13.9 -
YUV 47.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 9 56 105 0.91 0.47 0 0.59 210.63 0.84 0.22
Hex 9 38 69 5B 2F 0 3B D3 54 16
Octal 11 70 151 133 57 0 73 323 124 26
Binary 1001 111000 1101001 1011011 101111 0 111011 11010011 1010100 10110

Color Harmonies of #093869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093869

Black with #093869

Text Example


Text Example

White with #093869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093869; }

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

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

background-color css

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

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

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

border-color css

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

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

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