Html Css Color HEX #092874 Sapphire

📋 copy color: '#092874'

red 9 ◦ green 40 ◦ blue 116

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

Shades of Sapphire #092874

Tints of Sapphire #092874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 5.45%
G = 24.24%
B = 70.3%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092874 (or 0x092874) is known color: Sapphire. HEX triplet: 09, 28 and 74. RGB value is (9,40,116). Sum of RGB (Red+Green+Blue) = 9+40+116=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #092874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092874 is #F6D78B. Grayscale: #272727. Windows color (decimal): -16177036 or 7612425. OLE color: 7612425.

HSL color Cylindrical-coordinate representation of color #092874: hue angle of 222.62º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092874 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 40 116 -
CMYK 0.92 0.66 0 0.55
HSL 222.62º 0.86% 0.25% -
HSV(B) 222.62º 0.92% 0.45% -
XYZ 4.02 2.84 16.86 -
YUV 39.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 9 40 116 0.92 0.66 0 0.55 222.62 0.86 0.25
Hex 9 28 74 5C 42 0 37 DF 56 19
Octal 11 50 164 134 102 0 67 337 126 31
Binary 1001 101000 1110100 1011100 1000010 0 110111 11011111 1010110 11001

Color Harmonies of #092874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092874

Black with #092874

Text Example


Text Example

White with #092874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092874; }

 p { color: rgb(9,40,116); }

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

background-color css

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

 a { background-color: rgb(9,40,116); }

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

border-color css

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

 span { border-color: rgb(9,40,116); }

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