Html Css Color HEX #092E7C Sapphire

📋 copy color: '#092E7C'

red 9 ◦ green 46 ◦ blue 124

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

Shades of Sapphire #092E7C

Tints of Sapphire #092E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 69.27%

R = 5.03%
G = 25.7%
B = 69.27%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#092E7C (or 0x092E7C) is known color: Sapphire. HEX triplet: 09, 2E and 7C. RGB value is (9,46,124). Sum of RGB (Red+Green+Blue) = 9+46+124=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #092E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E7C is #F6D183. Grayscale: #2B2B2B. Windows color (decimal): -16175492 or 8138249. OLE color: 8138249.

HSL color Cylindrical-coordinate representation of color #092E7C: hue angle of 220.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092E7C is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 46 124 -
CMYK 0.93 0.63 0 0.51
HSL 220.7º 0.86% 0.26% -
HSV(B) 220.7º 0.93% 0.49% -
XYZ 4.73 3.47 19.49 -
YUV 43.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 9 46 124 0.93 0.63 0 0.51 220.7 0.86 0.26
Hex 9 2E 7C 5D 3F 0 33 DD 56 1A
Octal 11 56 174 135 77 0 63 335 126 32
Binary 1001 101110 1111100 1011101 111111 0 110011 11011101 1010110 11010

Color Harmonies of #092E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E7C

Black with #092E7C

Text Example


Text Example

White with #092E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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