Html Css Color HEX #092E6C Sapphire

📋 copy color: '#092E6C'

red 9 ◦ green 46 ◦ blue 108

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

Shades of Sapphire #092E6C

Tints of Sapphire #092E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.26%

R = 5.52%
G = 28.22%
B = 66.26%

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

#092E6C (or 0x092E6C) is known color: Sapphire. HEX triplet: 09, 2E and 6C. RGB value is (9,46,108). Sum of RGB (Red+Green+Blue) = 9+46+108=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #092E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6C is #F6D193. Grayscale: #292929. Windows color (decimal): -16175508 or 7089673. OLE color: 7089673.

HSL color Cylindrical-coordinate representation of color #092E6C: hue angle of 217.58º degrees, saturation: 0.85, 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 #092E6C is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 46 108 -
CMYK 0.92 0.57 0 0.58
HSL 217.58º 0.85% 0.23% -
HSV(B) 217.58º 0.92% 0.42% -
XYZ 3.8 3.09 14.58 -
YUV 42.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 9 46 108 0.92 0.57 0 0.58 217.58 0.85 0.23
Hex 9 2E 6C 5C 39 0 3A DA 55 17
Octal 11 56 154 134 71 0 72 332 125 27
Binary 1001 101110 1101100 1011100 111001 0 111010 11011010 1010101 10111

Color Harmonies of #092E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E6C

Black with #092E6C

Text Example


Text Example

White with #092E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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