Html Css Color HEX #092562 Sapphire

📋 copy color: '#092562'

red 9 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #092562

Tints of Sapphire #092562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

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

R = 6.25%
G = 25.69%
B = 68.06%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092562 (or 0x092562) is known color: Sapphire. HEX triplet: 09, 25 and 62. RGB value is (9,37,98). Sum of RGB (Red+Green+Blue) = 9+37+98=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #092562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092562 is #F6DA9D. Grayscale: #232323. Windows color (decimal): -16177822 or 6432009. OLE color: 6432009.

HSL color Cylindrical-coordinate representation of color #092562: hue angle of 221.12º 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 #092562 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 37 98 -
CMYK 0.91 0.62 0 0.62
HSL 221.12º 0.83% 0.21% -
HSV(B) 221.12º 0.91% 0.38% -
XYZ 2.98 2.26 11.84 -
YUV 35.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 9 37 98 0.91 0.62 0 0.62 221.12 0.83 0.21
Hex 9 25 62 5B 3E 0 3E DD 53 15
Octal 11 45 142 133 76 0 76 335 123 25
Binary 1001 100101 1100010 1011011 111110 0 111110 11011101 1010011 10101

Color Harmonies of #092562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092562

Black with #092562

Text Example


Text Example

White with #092562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092562; }

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

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

background-color css

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

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

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

border-color css

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

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

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