Html Css Color HEX #093A69 Prussian Blue

📋 copy color: '#093A69'

red 9 ◦ green 58 ◦ blue 105

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

Shades of Prussian Blue #093A69

Tints of Prussian Blue #093A69

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

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

R = 5.23%
G = 33.72%
B = 61.05%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093A69 (or 0x093A69) is known color: Prussian Blue. HEX triplet: 09, 3A and 69. RGB value is (9,58,105). Sum of RGB (Red+Green+Blue) = 9+58+105=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #093A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A69 is #F6C596. Grayscale: #303030. Windows color (decimal): -16172439 or 6896137. OLE color: 6896137.

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

Color convert

RGB 9 58 105 -
CMYK 0.91 0.45 0 0.59
HSL 209.38º 0.84% 0.22% -
HSV(B) 209.38º 0.91% 0.41% -
XYZ 4.18 4.1 13.94 -
YUV 48.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 9 58 105 0.91 0.45 0 0.59 209.38 0.84 0.22
Hex 9 3A 69 5B 2D 0 3B D1 54 16
Octal 11 72 151 133 55 0 73 321 124 26
Binary 1001 111010 1101001 1011011 101101 0 111011 11010001 1010100 10110

Color Harmonies of #093A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A69

Black with #093A69

Text Example


Text Example

White with #093A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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