Html Css Color HEX #092379 Sapphire

📋 copy color: '#092379'

red 9 ◦ green 35 ◦ blue 121

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

Shades of Sapphire #092379

Tints of Sapphire #092379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 73.33%

R = 5.45%
G = 21.21%
B = 73.33%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092379 (or 0x092379) is known color: Sapphire. HEX triplet: 09, 23 and 79. RGB value is (9,35,121). Sum of RGB (Red+Green+Blue) = 9+35+121=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #092379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092379 is #F6DC86. Grayscale: #242424. Windows color (decimal): -16178311 or 7938825. OLE color: 7938825.

HSL color Cylindrical-coordinate representation of color #092379: hue angle of 226.07º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092379 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 35 121 -
CMYK 0.93 0.71 0 0.53
HSL 226.07º 0.86% 0.25% -
HSV(B) 226.07º 0.93% 0.47% -
XYZ 4.16 2.64 18.38 -
YUV 37.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 9 35 121 0.93 0.71 0 0.53 226.07 0.86 0.25
Hex 9 23 79 5D 47 0 35 E2 56 19
Octal 11 43 171 135 107 0 65 342 126 31
Binary 1001 100011 1111001 1011101 1000111 0 110101 11100010 1010110 11001

Color Harmonies of #092379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092379

Black with #092379

Text Example


Text Example

White with #092379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092379; }

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

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

background-color css

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

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

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

border-color css

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

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

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