Html Css Color HEX #092354 Sapphire

📋 copy color: '#092354'

red 9 ◦ green 35 ◦ blue 84

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

Shades of Sapphire #092354

Tints of Sapphire #092354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

 BLUE value IS 84 (33.2% from 255) = 65.63%

R = 7.03%
G = 27.34%
B = 65.63%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092354 (or 0x092354) is known color: Sapphire. HEX triplet: 09, 23 and 54. RGB value is (9,35,84). Sum of RGB (Red+Green+Blue) = 9+35+84=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #092354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092354 is #F6DCAB. Grayscale: #202020. Windows color (decimal): -16178348 or 5513993. OLE color: 5513993.

HSL color Cylindrical-coordinate representation of color #092354: hue angle of 219.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092354 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 35 84 -
CMYK 0.89 0.58 0 0.67
HSL 219.2º 0.81% 0.18% -
HSV(B) 219.2º 0.89% 0.33% -
XYZ 2.31 1.9 8.63 -
YUV 32.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 9 35 84 0.89 0.58 0 0.67 219.2 0.81 0.18
Hex 9 23 54 59 3A 0 43 DB 51 12
Octal 11 43 124 131 72 0 103 333 121 22
Binary 1001 100011 1010100 1011001 111010 0 1000011 11011011 1010001 10010

Color Harmonies of #092354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092354

Black with #092354

Text Example


Text Example

White with #092354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092354; }

 p { color: rgb(9,35,84); }

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

background-color css

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

 a { background-color: rgb(9,35,84); }

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

border-color css

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

 span { border-color: rgb(9,35,84); }

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