Html Css Color HEX #092673 Sapphire

📋 copy color: '#092673'

red 9 ◦ green 38 ◦ blue 115

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

Shades of Sapphire #092673

Tints of Sapphire #092673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

 BLUE value IS 115 (45.31% from 255) = 70.99%

R = 5.56%
G = 23.46%
B = 70.99%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092673 (or 0x092673) is known color: Sapphire. HEX triplet: 09, 26 and 73. RGB value is (9,38,115). Sum of RGB (Red+Green+Blue) = 9+38+115=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #092673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092673 is #F6D98C. Grayscale: #252525. Windows color (decimal): -16177549 or 7546377. OLE color: 7546377.

HSL color Cylindrical-coordinate representation of color #092673: hue angle of 223.58º 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 #092673 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 38 115 -
CMYK 0.92 0.67 0 0.55
HSL 223.58º 0.85% 0.24% -
HSV(B) 223.58º 0.92% 0.45% -
XYZ 3.9 2.68 16.53 -
YUV 38.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 9 38 115 0.92 0.67 0 0.55 223.58 0.85 0.24
Hex 9 26 73 5C 43 0 37 E0 55 18
Octal 11 46 163 134 103 0 67 340 125 30
Binary 1001 100110 1110011 1011100 1000011 0 110111 11100000 1010101 11000

Color Harmonies of #092673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092673

Black with #092673

Text Example


Text Example

White with #092673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092673; }

 p { color: rgb(9,38,115); }

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

background-color css

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

 a { background-color: rgb(9,38,115); }

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

border-color css

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

 span { border-color: rgb(9,38,115); }

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