Html Css Color HEX #093A6B Prussian Blue

📋 copy color: '#093A6B'

red 9 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #093A6B

Tints of Prussian Blue #093A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 61.49%

R = 5.17%
G = 33.33%
B = 61.49%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#093A6B (or 0x093A6B) is known color: Prussian Blue. HEX triplet: 09, 3A and 6B. RGB value is (9,58,107). Sum of RGB (Red+Green+Blue) = 9+58+107=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #093A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A6B is #F6C594. Grayscale: #303030. Windows color (decimal): -16172437 or 7027209. OLE color: 7027209.

HSL color Cylindrical-coordinate representation of color #093A6B: hue angle of 210º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093A6B is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 58 107 -
CMYK 0.92 0.46 0 0.58
HSL 210º 0.84% 0.23% -
HSV(B) 210º 0.92% 0.42% -
XYZ 4.28 4.15 14.48 -
YUV 48.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 9 58 107 0.92 0.46 0 0.58 210 0.84 0.23
Hex 9 3A 6B 5C 2E 0 3A D2 54 17
Octal 11 72 153 134 56 0 72 322 124 27
Binary 1001 111010 1101011 1011100 101110 0 111010 11010010 1010100 10111

Color Harmonies of #093A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A6B

Black with #093A6B

Text Example


Text Example

White with #093A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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