Html Css Color HEX #092659 Sapphire

📋 copy color: '#092659'

red 9 ◦ green 38 ◦ blue 89

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

Shades of Sapphire #092659

Tints of Sapphire #092659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 65.44%

R = 6.62%
G = 27.94%
B = 65.44%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092659 (or 0x092659) is known color: Sapphire. HEX triplet: 09, 26 and 59. RGB value is (9,38,89). Sum of RGB (Red+Green+Blue) = 9+38+89=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #092659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092659 is #F6D9A6. Grayscale: #222222. Windows color (decimal): -16177575 or 5842441. OLE color: 5842441.

HSL color Cylindrical-coordinate representation of color #092659: hue angle of 218.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092659 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 38 89 -
CMYK 0.90 0.57 0 0.65
HSL 218.25º 0.82% 0.19% -
HSV(B) 218.25º 0.9% 0.35% -
XYZ 2.61 2.17 9.73 -
YUV 35.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 9 38 89 0.90 0.57 0 0.65 218.25 0.82 0.19
Hex 9 26 59 5A 39 0 41 DA 52 13
Octal 11 46 131 132 71 0 101 332 122 23
Binary 1001 100110 1011001 1011010 111001 0 1000001 11011010 1010010 10011

Color Harmonies of #092659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092659

Black with #092659

Text Example


Text Example

White with #092659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092659; }

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

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

background-color css

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

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

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

border-color css

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

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

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