Html Css Color HEX #092762 Sapphire

📋 copy color: '#092762'

red 9 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #092762

Tints of Sapphire #092762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.71%

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 6.16%
G = 26.71%
B = 67.12%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092762 (or 0x092762) is known color: Sapphire. HEX triplet: 09, 27 and 62. RGB value is (9,39,98). Sum of RGB (Red+Green+Blue) = 9+39+98=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #092762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092762 is #F6D89D. Grayscale: #242424. Windows color (decimal): -16177310 or 6432521. OLE color: 6432521.

HSL color Cylindrical-coordinate representation of color #092762: hue angle of 219.78º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092762 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 39 98 -
CMYK 0.91 0.60 0 0.62
HSL 219.78º 0.83% 0.21% -
HSV(B) 219.78º 0.91% 0.38% -
XYZ 3.04 2.39 11.86 -
YUV 36.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 9 39 98 0.91 0.60 0 0.62 219.78 0.83 0.21
Hex 9 27 62 5B 3C 0 3E DC 53 15
Octal 11 47 142 133 74 0 76 334 123 25
Binary 1001 100111 1100010 1011011 111100 0 111110 11011100 1010011 10101

Color Harmonies of #092762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092762

Black with #092762

Text Example


Text Example

White with #092762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092762; }

 p { color: rgb(9,39,98); }

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

background-color css

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

 a { background-color: rgb(9,39,98); }

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

border-color css

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

 span { border-color: rgb(9,39,98); }

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