Html Css Color HEX #092174 Sapphire

📋 copy color: '#092174'

red 9 ◦ green 33 ◦ blue 116

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

Shades of Sapphire #092174

Tints of Sapphire #092174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

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

R = 5.7%
G = 20.89%
B = 73.42%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092174 (or 0x092174) is known color: Sapphire. HEX triplet: 09, 21 and 74. RGB value is (9,33,116). Sum of RGB (Red+Green+Blue) = 9+33+116=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #092174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092174 is #F6DE8B. Grayscale: #222222. Windows color (decimal): -16178828 or 7610633. OLE color: 7610633.

HSL color Cylindrical-coordinate representation of color #092174: hue angle of 226.54º 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 #092174 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 33 116 -
CMYK 0.92 0.72 0 0.55
HSL 226.54º 0.86% 0.25% -
HSV(B) 226.54º 0.92% 0.45% -
XYZ 3.81 2.41 16.79 -
YUV 35.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 9 33 116 0.92 0.72 0 0.55 226.54 0.86 0.25
Hex 9 21 74 5C 48 0 37 E3 56 19
Octal 11 41 164 134 110 0 67 343 126 31
Binary 1001 100001 1110100 1011100 1001000 0 110111 11100011 1010110 11001

Color Harmonies of #092174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092174

Black with #092174

Text Example


Text Example

White with #092174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092174; }

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

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

background-color css

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

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

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

border-color css

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

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

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