Html Css Color HEX #092656 Sapphire

📋 copy color: '#092656'

red 9 ◦ green 38 ◦ blue 86

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

Shades of Sapphire #092656

Tints of Sapphire #092656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 64.66%

R = 6.77%
G = 28.57%
B = 64.66%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092656 (or 0x092656) is known color: Sapphire. HEX triplet: 09, 26 and 56. RGB value is (9,38,86). Sum of RGB (Red+Green+Blue) = 9+38+86=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #092656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092656 is #F6D9A9. Grayscale: #222222. Windows color (decimal): -16177578 or 5645833. OLE color: 5645833.

HSL color Cylindrical-coordinate representation of color #092656: hue angle of 217.4º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092656 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 38 86 -
CMYK 0.90 0.56 0 0.66
HSL 217.4º 0.81% 0.19% -
HSV(B) 217.4º 0.9% 0.34% -
XYZ 2.49 2.12 9.08 -
YUV 34.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 9 38 86 0.90 0.56 0 0.66 217.4 0.81 0.19
Hex 9 26 56 5A 38 0 42 D9 51 13
Octal 11 46 126 132 70 0 102 331 121 23
Binary 1001 100110 1010110 1011010 111000 0 1000010 11011001 1010001 10011

Color Harmonies of #092656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092656

Black with #092656

Text Example


Text Example

White with #092656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092656; }

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

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

background-color css

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

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

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

border-color css

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

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

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