Html Css Color HEX #092E75 Sapphire

📋 copy color: '#092E75'

red 9 ◦ green 46 ◦ blue 117

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

Shades of Sapphire #092E75

Tints of Sapphire #092E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.74%

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 5.23%
G = 26.74%
B = 68.02%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092E75 (or 0x092E75) is known color: Sapphire. HEX triplet: 09, 2E and 75. RGB value is (9,46,117). Sum of RGB (Red+Green+Blue) = 9+46+117=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #092E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E75 is #F6D18A. Grayscale: #2A2A2A. Windows color (decimal): -16175499 or 7679497. OLE color: 7679497.

HSL color Cylindrical-coordinate representation of color #092E75: hue angle of 219.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092E75 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 46 117 -
CMYK 0.92 0.61 0 0.54
HSL 219.44º 0.86% 0.25% -
HSV(B) 219.44º 0.92% 0.46% -
XYZ 4.3 3.3 17.24 -
YUV 43.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 9 46 117 0.92 0.61 0 0.54 219.44 0.86 0.25
Hex 9 2E 75 5C 3D 0 36 DB 56 19
Octal 11 56 165 134 75 0 66 333 126 31
Binary 1001 101110 1110101 1011100 111101 0 110110 11011011 1010110 11001

Color Harmonies of #092E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E75

Black with #092E75

Text Example


Text Example

White with #092E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092E75; }

 p { color: rgb(9,46,117); }

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

background-color css

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

 a { background-color: rgb(9,46,117); }

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

border-color css

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

 span { border-color: rgb(9,46,117); }

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