Html Css Color HEX #092479 Sapphire

📋 copy color: '#092479'

red 9 ◦ green 36 ◦ blue 121

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

Shades of Sapphire #092479

Tints of Sapphire #092479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 5.42%
G = 21.69%
B = 72.89%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092479 (or 0x092479) is known color: Sapphire. HEX triplet: 09, 24 and 79. RGB value is (9,36,121). Sum of RGB (Red+Green+Blue) = 9+36+121=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #092479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092479 is #F6DB86. Grayscale: #252525. Windows color (decimal): -16178055 or 7939081. OLE color: 7939081.

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

Color convert

RGB 9 36 121 -
CMYK 0.93 0.70 0 0.53
HSL 225.54º 0.86% 0.25% -
HSV(B) 225.54º 0.93% 0.47% -
XYZ 4.19 2.7 18.39 -
YUV 37.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 9 36 121 0.93 0.70 0 0.53 225.54 0.86 0.25
Hex 9 24 79 5D 46 0 35 E2 56 19
Octal 11 44 171 135 106 0 65 342 126 31
Binary 1001 100100 1111001 1011101 1000110 0 110101 11100010 1010110 11001

Color Harmonies of #092479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092479

Black with #092479

Text Example


Text Example

White with #092479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092479; }

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

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

background-color css

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

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

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

border-color css

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

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

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