Html Css Color HEX #093460 Prussian Blue

📋 copy color: '#093460'

red 9 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #093460

Tints of Prussian Blue #093460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 96 (37.89% from 255) = 61.15%

R = 5.73%
G = 33.12%
B = 61.15%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093460 (or 0x093460) is known color: Prussian Blue. HEX triplet: 09, 34 and 60. RGB value is (9,52,96). Sum of RGB (Red+Green+Blue) = 9+52+96=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #093460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093460 is #F6CB9F. Grayscale: #2B2B2B. Windows color (decimal): -16173984 or 6304777. OLE color: 6304777.

HSL color Cylindrical-coordinate representation of color #093460: hue angle of 210.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093460 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 52 96 -
CMYK 0.91 0.46 0 0.62
HSL 210.34º 0.83% 0.21% -
HSV(B) 210.34º 0.91% 0.38% -
XYZ 3.45 3.36 11.53 -
YUV 44.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 9 52 96 0.91 0.46 0 0.62 210.34 0.83 0.21
Hex 9 34 60 5B 2E 0 3E D2 53 15
Octal 11 64 140 133 56 0 76 322 123 25
Binary 1001 110100 1100000 1011011 101110 0 111110 11010010 1010011 10101

Color Harmonies of #093460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093460

Black with #093460

Text Example


Text Example

White with #093460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093460; }

 p { color: rgb(9,52,96); }

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

background-color css

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

 a { background-color: rgb(9,52,96); }

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

border-color css

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

 span { border-color: rgb(9,52,96); }

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