Html Css Color HEX #092979 Sapphire

📋 copy color: '#092979'

red 9 ◦ green 41 ◦ blue 121

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

Shades of Sapphire #092979

Tints of Sapphire #092979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

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

R = 5.26%
G = 23.98%
B = 70.76%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092979 (or 0x092979) is known color: Sapphire. HEX triplet: 09, 29 and 79. RGB value is (9,41,121). Sum of RGB (Red+Green+Blue) = 9+41+121=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #092979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092979 is #F6D686. Grayscale: #282828. Windows color (decimal): -16176775 or 7940361. OLE color: 7940361.

HSL color Cylindrical-coordinate representation of color #092979: hue angle of 222.86º 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 #092979 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 41 121 -
CMYK 0.93 0.66 0 0.53
HSL 222.86º 0.86% 0.25% -
HSV(B) 222.86º 0.93% 0.47% -
XYZ 4.36 3.02 18.44 -
YUV 40.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 9 41 121 0.93 0.66 0 0.53 222.86 0.86 0.25
Hex 9 29 79 5D 42 0 35 DF 56 19
Octal 11 51 171 135 102 0 65 337 126 31
Binary 1001 101001 1111001 1011101 1000010 0 110101 11011111 1010110 11001

Color Harmonies of #092979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092979

Black with #092979

Text Example


Text Example

White with #092979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092979; }

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

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

background-color css

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

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

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

border-color css

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

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

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