Html Css Color HEX #092178 Sapphire

📋 copy color: '#092178'

red 9 ◦ green 33 ◦ blue 120

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

Shades of Sapphire #092178

Tints of Sapphire #092178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 74.07%

R = 5.56%
G = 20.37%
B = 74.07%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092178 (or 0x092178) is known color: Sapphire. HEX triplet: 09, 21 and 78. RGB value is (9,33,120). Sum of RGB (Red+Green+Blue) = 9+33+120=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #092178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092178 is #F6DE87. Grayscale: #232323. Windows color (decimal): -16178824 or 7872777. OLE color: 7872777.

HSL color Cylindrical-coordinate representation of color #092178: hue angle of 227.03º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092178 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 33 120 -
CMYK 0.92 0.72 0 0.53
HSL 227.03º 0.86% 0.25% -
HSV(B) 227.03º 0.93% 0.47% -
XYZ 4.05 2.5 18.04 -
YUV 35.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 9 33 120 0.92 0.72 0 0.53 227.03 0.86 0.25
Hex 9 21 78 5C 48 0 35 E3 56 19
Octal 11 41 170 134 110 0 65 343 126 31
Binary 1001 100001 1111000 1011100 1001000 0 110101 11100011 1010110 11001

Color Harmonies of #092178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092178

Black with #092178

Text Example


Text Example

White with #092178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092178; }

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

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

background-color css

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

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

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

border-color css

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

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

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