Html Css Color HEX #092B59 Sapphire

📋 copy color: '#092B59'

red 9 ◦ green 43 ◦ blue 89

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

Shades of Sapphire #092B59

Tints of Sapphire #092B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.5%

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

R = 6.38%
G = 30.5%
B = 63.12%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092B59 (or 0x092B59) is known color: Sapphire. HEX triplet: 09, 2B and 59. RGB value is (9,43,89). Sum of RGB (Red+Green+Blue) = 9+43+89=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #092B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B59 is #F6D4A6. Grayscale: #252525. Windows color (decimal): -16176295 or 5843721. OLE color: 5843721.

HSL color Cylindrical-coordinate representation of color #092B59: hue angle of 214.5º 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 #092B59 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 43 89 -
CMYK 0.90 0.52 0 0.65
HSL 214.5º 0.82% 0.19% -
HSV(B) 214.5º 0.9% 0.35% -
XYZ 2.78 2.51 9.79 -
YUV 38.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 9 43 89 0.90 0.52 0 0.65 214.5 0.82 0.19
Hex 9 2B 59 5A 34 0 41 D6 52 13
Octal 11 53 131 132 64 0 101 326 122 23
Binary 1001 101011 1011001 1011010 110100 0 1000001 11010110 1010010 10011

Color Harmonies of #092B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B59

Black with #092B59

Text Example


Text Example

White with #092B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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