Html Css Color HEX #092563 Sapphire

📋 copy color: '#092563'

red 9 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #092563

Tints of Sapphire #092563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 68.28%

R = 6.21%
G = 25.52%
B = 68.28%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#092563 (or 0x092563) is known color: Sapphire. HEX triplet: 09, 25 and 63. RGB value is (9,37,99). Sum of RGB (Red+Green+Blue) = 9+37+99=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #092563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092563 is #F6DA9C. Grayscale: #232323. Windows color (decimal): -16177821 or 6497545. OLE color: 6497545.

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

Color convert

RGB 9 37 99 -
CMYK 0.91 0.63 0 0.61
HSL 221.33º 0.83% 0.21% -
HSV(B) 221.33º 0.91% 0.39% -
XYZ 3.03 2.28 12.09 -
YUV 35.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 9 37 99 0.91 0.63 0 0.61 221.33 0.83 0.21
Hex 9 25 63 5B 3F 0 3D DD 53 15
Octal 11 45 143 133 77 0 75 335 123 25
Binary 1001 100101 1100011 1011011 111111 0 111101 11011101 1010011 10101

Color Harmonies of #092563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092563

Black with #092563

Text Example


Text Example

White with #092563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092563; }

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

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

background-color css

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

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

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

border-color css

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

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

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