Html Css Color HEX #092560 Sapphire

📋 copy color: '#092560'

red 9 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #092560

Tints of Sapphire #092560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 96 (37.89% from 255) = 67.61%

R = 6.34%
G = 26.06%
B = 67.61%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092560 (or 0x092560) is known color: Sapphire. HEX triplet: 09, 25 and 60. RGB value is (9,37,96). Sum of RGB (Red+Green+Blue) = 9+37+96=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #092560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092560 is #F6DA9F. Grayscale: #232323. Windows color (decimal): -16177824 or 6300937. OLE color: 6300937.

HSL color Cylindrical-coordinate representation of color #092560: hue angle of 220.69º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092560 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 37 96 -
CMYK 0.91 0.61 0 0.62
HSL 220.69º 0.83% 0.21% -
HSV(B) 220.69º 0.91% 0.38% -
XYZ 2.89 2.23 11.34 -
YUV 35.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 9 37 96 0.91 0.61 0 0.62 220.69 0.83 0.21
Hex 9 25 60 5B 3D 0 3E DD 53 15
Octal 11 45 140 133 75 0 76 335 123 25
Binary 1001 100101 1100000 1011011 111101 0 111110 11011101 1010011 10101

Color Harmonies of #092560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092560

Black with #092560

Text Example


Text Example

White with #092560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092560; }

 p { color: rgb(9,37,96); }

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

background-color css

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

 a { background-color: rgb(9,37,96); }

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

border-color css

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

 span { border-color: rgb(9,37,96); }

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