Html Css Color HEX #092251 Sapphire

📋 copy color: '#092251'

red 9 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #092251

Tints of Sapphire #092251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

 BLUE value IS 81 (32.03% from 255) = 65.32%

R = 7.26%
G = 27.42%
B = 65.32%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092251 (or 0x092251) is known color: Sapphire. HEX triplet: 09, 22 and 51. RGB value is (9,34,81). Sum of RGB (Red+Green+Blue) = 9+34+81=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #092251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092251 is #F6DDAE. Grayscale: #1F1F1F. Windows color (decimal): -16178607 or 5317129. OLE color: 5317129.

HSL color Cylindrical-coordinate representation of color #092251: hue angle of 219.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092251 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 34 81 -
CMYK 0.89 0.58 0 0.68
HSL 219.17º 0.8% 0.18% -
HSV(B) 219.17º 0.89% 0.32% -
XYZ 2.17 1.8 8.02 -
YUV 31.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 9 34 81 0.89 0.58 0 0.68 219.17 0.8 0.18
Hex 9 22 51 59 3A 0 44 DB 50 12
Octal 11 42 121 131 72 0 104 333 120 22
Binary 1001 100010 1010001 1011001 111010 0 1000100 11011011 1010000 10010

Color Harmonies of #092251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092251

Black with #092251

Text Example


Text Example

White with #092251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092251; }

 p { color: rgb(9,34,81); }

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

background-color css

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

 a { background-color: rgb(9,34,81); }

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

border-color css

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

 span { border-color: rgb(9,34,81); }

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