Html Css Color HEX #092575 Sapphire

📋 copy color: '#092575'

red 9 ◦ green 37 ◦ blue 117

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

Shades of Sapphire #092575

Tints of Sapphire #092575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

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

R = 5.52%
G = 22.7%
B = 71.78%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092575 (or 0x092575) is known color: Sapphire. HEX triplet: 09, 25 and 75. RGB value is (9,37,117). Sum of RGB (Red+Green+Blue) = 9+37+117=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #092575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092575 is #F6DA8A. Grayscale: #252525. Windows color (decimal): -16177803 or 7677193. OLE color: 7677193.

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

Color convert

RGB 9 37 117 -
CMYK 0.92 0.68 0 0.54
HSL 224.44º 0.86% 0.25% -
HSV(B) 224.44º 0.92% 0.46% -
XYZ 3.99 2.67 17.13 -
YUV 37.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 9 37 117 0.92 0.68 0 0.54 224.44 0.86 0.25
Hex 9 25 75 5C 44 0 36 E0 56 19
Octal 11 45 165 134 104 0 66 340 126 31
Binary 1001 100101 1110101 1011100 1000100 0 110110 11100000 1010110 11001

Color Harmonies of #092575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092575

Black with #092575

Text Example


Text Example

White with #092575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092575; }

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

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

background-color css

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

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

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

border-color css

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

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

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