Html Css Color HEX #092672 Sapphire

📋 copy color: '#092672'

red 9 ◦ green 38 ◦ blue 114

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

Shades of Sapphire #092672

Tints of Sapphire #092672

RGB

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

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

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

R = 5.59%
G = 23.6%
B = 70.81%

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

#092672 (or 0x092672) is known color: Sapphire. HEX triplet: 09, 26 and 72. RGB value is (9,38,114). Sum of RGB (Red+Green+Blue) = 9+38+114=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #092672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092672 is #F6D98D. Grayscale: #252525. Windows color (decimal): -16177550 or 7480841. OLE color: 7480841.

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

Color convert

RGB 9 38 114 -
CMYK 0.92 0.67 0 0.55
HSL 223.43º 0.85% 0.24% -
HSV(B) 223.43º 0.92% 0.45% -
XYZ 3.84 2.66 16.23 -
YUV 37.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 9 38 114 0.92 0.67 0 0.55 223.43 0.85 0.24
Hex 9 26 72 5C 43 0 37 DF 55 18
Octal 11 46 162 134 103 0 67 337 125 30
Binary 1001 100110 1110010 1011100 1000011 0 110111 11011111 1010101 11000

Color Harmonies of #092672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092672

Black with #092672

Text Example


Text Example

White with #092672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092672; }

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

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

background-color css

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

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

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

border-color css

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

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

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