Html Css Color HEX #092051 Sapphire

📋 copy color: '#092051'

red 9 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #092051

Tints of Sapphire #092051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

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

R = 7.38%
G = 26.23%
B = 66.39%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092051 (or 0x092051) is known color: Sapphire. HEX triplet: 09, 20 and 51. RGB value is (9,32,81). Sum of RGB (Red+Green+Blue) = 9+32+81=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #092051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092051 is #F6DFAE. Grayscale: #1E1E1E. Windows color (decimal): -16179119 or 5316617. OLE color: 5316617.

HSL color Cylindrical-coordinate representation of color #092051: hue angle of 220.83º 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 #092051 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 32 81 -
CMYK 0.89 0.60 0 0.68
HSL 220.83º 0.8% 0.18% -
HSV(B) 220.83º 0.89% 0.32% -
XYZ 2.11 1.69 8 -
YUV 30.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 9 32 81 0.89 0.60 0 0.68 220.83 0.8 0.18
Hex 9 20 51 59 3C 0 44 DD 50 12
Octal 11 40 121 131 74 0 104 335 120 22
Binary 1001 100000 1010001 1011001 111100 0 1000100 11011101 1010000 10010

Color Harmonies of #092051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092051

Black with #092051

Text Example


Text Example

White with #092051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092051; }

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

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

background-color css

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

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

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

border-color css

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

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

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