Html Css Color HEX #092275 Sapphire

📋 copy color: '#092275'

red 9 ◦ green 34 ◦ blue 117

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

Shades of Sapphire #092275

Tints of Sapphire #092275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.25%

 BLUE value IS 117 (46.09% from 255) = 73.13%

R = 5.63%
G = 21.25%
B = 73.13%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092275 (or 0x092275) is known color: Sapphire. HEX triplet: 09, 22 and 75. RGB value is (9,34,117). Sum of RGB (Red+Green+Blue) = 9+34+117=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #092275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092275 is #F6DD8A. Grayscale: #232323. Windows color (decimal): -16178571 or 7676425. OLE color: 7676425.

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

Color convert

RGB 9 34 117 -
CMYK 0.92 0.71 0 0.54
HSL 226.11º 0.86% 0.25% -
HSV(B) 226.11º 0.92% 0.46% -
XYZ 3.9 2.49 17.1 -
YUV 35.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 9 34 117 0.92 0.71 0 0.54 226.11 0.86 0.25
Hex 9 22 75 5C 47 0 36 E2 56 19
Octal 11 42 165 134 107 0 66 342 126 31
Binary 1001 100010 1110101 1011100 1000111 0 110110 11100010 1010110 11001

Color Harmonies of #092275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092275

Black with #092275

Text Example


Text Example

White with #092275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092275; }

 p { color: rgb(9,34,117); }

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

background-color css

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

 a { background-color: rgb(9,34,117); }

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

border-color css

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

 span { border-color: rgb(9,34,117); }

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