Html Css Color HEX #092975 Sapphire

📋 copy color: '#092975'

red 9 ◦ green 41 ◦ blue 117

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

Shades of Sapphire #092975

Tints of Sapphire #092975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 5.39%
G = 24.55%
B = 70.06%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092975 (or 0x092975) is known color: Sapphire. HEX triplet: 09, 29 and 75. RGB value is (9,41,117). Sum of RGB (Red+Green+Blue) = 9+41+117=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #092975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092975 is #F6D68A. Grayscale: #272727. Windows color (decimal): -16176779 or 7678217. OLE color: 7678217.

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

Color convert

RGB 9 41 117 -
CMYK 0.92 0.65 0 0.54
HSL 222.22º 0.86% 0.25% -
HSV(B) 222.22º 0.92% 0.46% -
XYZ 4.12 2.93 17.18 -
YUV 40.1 171.4 105.82 -
System Red Green Blue C M Y K H S L
Decimal 9 41 117 0.92 0.65 0 0.54 222.22 0.86 0.25
Hex 9 29 75 5C 41 0 36 DE 56 19
Octal 11 51 165 134 101 0 66 336 126 31
Binary 1001 101001 1110101 1011100 1000001 0 110110 11011110 1010110 11001

Color Harmonies of #092975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092975

Black with #092975

Text Example


Text Example

White with #092975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092975; }

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

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

background-color css

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

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

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

border-color css

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

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

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