Html Css Color HEX #093F69 Prussian Blue

📋 copy color: '#093F69'

red 9 ◦ green 63 ◦ blue 105

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

Shades of Prussian Blue #093F69

Tints of Prussian Blue #093F69

RGB

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

 GREEN value IS 63 (25% from 255) = 35.59%

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

R = 5.08%
G = 35.59%
B = 59.32%

CMYK

 C value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093F69 (or 0x093F69) is known color: Prussian Blue. HEX triplet: 09, 3F and 69. RGB value is (9,63,105). Sum of RGB (Red+Green+Blue) = 9+63+105=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #093F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F69 is #F6C096. Grayscale: #333333. Windows color (decimal): -16171159 or 6897417. OLE color: 6897417.

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

Color convert

RGB 9 63 105 -
CMYK 0.91 0.4 0 0.59
HSL 206.25º 0.84% 0.22% -
HSV(B) 206.25º 0.91% 0.41% -
XYZ 4.44 4.63 14.02 -
YUV 51.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 9 63 105 0.91 0.4 0 0.59 206.25 0.84 0.22
Hex 9 3F 69 5B 28 0 3B CE 54 16
Octal 11 77 151 133 50 0 73 316 124 26
Binary 1001 111111 1101001 1011011 101000 0 111011 11001110 1010100 10110

Color Harmonies of #093F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F69

Black with #093F69

Text Example


Text Example

White with #093F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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