Html Css Color HEX #092279 Sapphire

📋 copy color: '#092279'

red 9 ◦ green 34 ◦ blue 121

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

Shades of Sapphire #092279

Tints of Sapphire #092279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

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

R = 5.49%
G = 20.73%
B = 73.78%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092279 (or 0x092279) is known color: Sapphire. HEX triplet: 09, 22 and 79. RGB value is (9,34,121). Sum of RGB (Red+Green+Blue) = 9+34+121=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #092279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092279 is #F6DD86. Grayscale: #242424. Windows color (decimal): -16178567 or 7938569. OLE color: 7938569.

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

Color convert

RGB 9 34 121 -
CMYK 0.93 0.72 0 0.53
HSL 226.61º 0.86% 0.25% -
HSV(B) 226.61º 0.93% 0.47% -
XYZ 4.14 2.58 18.37 -
YUV 36.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 9 34 121 0.93 0.72 0 0.53 226.61 0.86 0.25
Hex 9 22 79 5D 48 0 35 E3 56 19
Octal 11 42 171 135 110 0 65 343 126 31
Binary 1001 100010 1111001 1011101 1001000 0 110101 11100011 1010110 11001

Color Harmonies of #092279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092279

Black with #092279

Text Example


Text Example

White with #092279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092279; }

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

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

background-color css

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

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

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

border-color css

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

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

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