Html Css Color HEX #092363 Sapphire

📋 copy color: '#092363'

red 9 ◦ green 35 ◦ blue 99

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

Shades of Sapphire #092363

Tints of Sapphire #092363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

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

R = 6.29%
G = 24.48%
B = 69.23%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#092363 (or 0x092363) is known color: Sapphire. HEX triplet: 09, 23 and 63. RGB value is (9,35,99). Sum of RGB (Red+Green+Blue) = 9+35+99=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #092363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092363 is #F6DC9C. Grayscale: #222222. Windows color (decimal): -16178333 or 6497033. OLE color: 6497033.

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

Color convert

RGB 9 35 99 -
CMYK 0.91 0.65 0 0.61
HSL 222.67º 0.83% 0.21% -
HSV(B) 222.67º 0.91% 0.39% -
XYZ 2.97 2.16 12.07 -
YUV 34.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 9 35 99 0.91 0.65 0 0.61 222.67 0.83 0.21
Hex 9 23 63 5B 41 0 3D DF 53 15
Octal 11 43 143 133 101 0 75 337 123 25
Binary 1001 100011 1100011 1011011 1000001 0 111101 11011111 1010011 10101

Color Harmonies of #092363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092363

Black with #092363

Text Example


Text Example

White with #092363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092363; }

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

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

background-color css

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

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

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

border-color css

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

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

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