Html Css Color HEX #092772 Sapphire

📋 copy color: '#092772'

red 9 ◦ green 39 ◦ blue 114

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

Shades of Sapphire #092772

Tints of Sapphire #092772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 114 (44.92% from 255) = 70.37%

R = 5.56%
G = 24.07%
B = 70.37%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092772 (or 0x092772) is known color: Sapphire. HEX triplet: 09, 27 and 72. RGB value is (9,39,114). Sum of RGB (Red+Green+Blue) = 9+39+114=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #092772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092772 is #F6D88D. Grayscale: #262626. Windows color (decimal): -16177294 or 7481097. OLE color: 7481097.

HSL color Cylindrical-coordinate representation of color #092772: hue angle of 222.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092772 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 39 114 -
CMYK 0.92 0.66 0 0.55
HSL 222.86º 0.85% 0.24% -
HSV(B) 222.86º 0.92% 0.45% -
XYZ 3.88 2.72 16.24 -
YUV 38.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 9 39 114 0.92 0.66 0 0.55 222.86 0.85 0.24
Hex 9 27 72 5C 42 0 37 DF 55 18
Octal 11 47 162 134 102 0 67 337 125 30
Binary 1001 100111 1110010 1011100 1000010 0 110111 11011111 1010101 11000

Color Harmonies of #092772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092772

Black with #092772

Text Example


Text Example

White with #092772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092772; }

 p { color: rgb(9,39,114); }

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

background-color css

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

 a { background-color: rgb(9,39,114); }

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

border-color css

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

 span { border-color: rgb(9,39,114); }

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