Html Css Color HEX #092E6B Sapphire

📋 copy color: '#092E6B'

red 9 ◦ green 46 ◦ blue 107

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

Shades of Sapphire #092E6B

Tints of Sapphire #092E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 5.56%
G = 28.4%
B = 66.05%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#092E6B (or 0x092E6B) is known color: Sapphire. HEX triplet: 09, 2E and 6B. RGB value is (9,46,107). Sum of RGB (Red+Green+Blue) = 9+46+107=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #092E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6B is #F6D194. Grayscale: #292929. Windows color (decimal): -16175509 or 7024137. OLE color: 7024137.

HSL color Cylindrical-coordinate representation of color #092E6B: hue angle of 217.35º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092E6B is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 46 107 -
CMYK 0.92 0.57 0 0.58
HSL 217.35º 0.84% 0.23% -
HSV(B) 217.35º 0.92% 0.42% -
XYZ 3.74 3.07 14.31 -
YUV 41.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 9 46 107 0.92 0.57 0 0.58 217.35 0.84 0.23
Hex 9 2E 6B 5C 39 0 3A D9 54 17
Octal 11 56 153 134 71 0 72 331 124 27
Binary 1001 101110 1101011 1011100 111001 0 111010 11011001 1010100 10111

Color Harmonies of #092E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E6B

Black with #092E6B

Text Example


Text Example

White with #092E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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