Html Css Color HEX #092863 Sapphire

📋 copy color: '#092863'

red 9 ◦ green 40 ◦ blue 99

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

Shades of Sapphire #092863

Tints of Sapphire #092863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

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

R = 6.08%
G = 27.03%
B = 66.89%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#092863 (or 0x092863) is known color: Sapphire. HEX triplet: 09, 28 and 63. RGB value is (9,40,99). Sum of RGB (Red+Green+Blue) = 9+40+99=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #092863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092863 is #F6D79C. Grayscale: #252525. Windows color (decimal): -16177053 or 6498313. OLE color: 6498313.

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

Color convert

RGB 9 40 99 -
CMYK 0.91 0.60 0 0.61
HSL 219.33º 0.83% 0.21% -
HSV(B) 219.33º 0.91% 0.39% -
XYZ 3.12 2.48 12.12 -
YUV 37.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 9 40 99 0.91 0.60 0 0.61 219.33 0.83 0.21
Hex 9 28 63 5B 3C 0 3D DB 53 15
Octal 11 50 143 133 74 0 75 333 123 25
Binary 1001 101000 1100011 1011011 111100 0 111101 11011011 1010011 10101

Color Harmonies of #092863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092863

Black with #092863

Text Example


Text Example

White with #092863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092863; }

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

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

background-color css

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

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

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

border-color css

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

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

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