Html Css Color HEX #092663 Sapphire

📋 copy color: '#092663'

red 9 ◦ green 38 ◦ blue 99

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

Shades of Sapphire #092663

Tints of Sapphire #092663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

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

R = 6.16%
G = 26.03%
B = 67.81%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#092663 (or 0x092663) is known color: Sapphire. HEX triplet: 09, 26 and 63. RGB value is (9,38,99). Sum of RGB (Red+Green+Blue) = 9+38+99=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #092663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092663 is #F6D99C. Grayscale: #242424. Windows color (decimal): -16177565 or 6497801. OLE color: 6497801.

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

Color convert

RGB 9 38 99 -
CMYK 0.91 0.62 0 0.61
HSL 220.67º 0.83% 0.21% -
HSV(B) 220.67º 0.91% 0.39% -
XYZ 3.06 2.35 12.1 -
YUV 36.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 9 38 99 0.91 0.62 0 0.61 220.67 0.83 0.21
Hex 9 26 63 5B 3E 0 3D DD 53 15
Octal 11 46 143 133 76 0 75 335 123 25
Binary 1001 100110 1100011 1011011 111110 0 111101 11011101 1010011 10101

Color Harmonies of #092663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092663

Black with #092663

Text Example


Text Example

White with #092663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092663; }

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

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

background-color css

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

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

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

border-color css

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

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

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