Html Css Color HEX #092375 Sapphire

📋 copy color: '#092375'

red 9 ◦ green 35 ◦ blue 117

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

Shades of Sapphire #092375

Tints of Sapphire #092375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.74%

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

R = 5.59%
G = 21.74%
B = 72.67%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092375 (or 0x092375) is known color: Sapphire. HEX triplet: 09, 23 and 75. RGB value is (9,35,117). Sum of RGB (Red+Green+Blue) = 9+35+117=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #092375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092375 is #F6DC8A. Grayscale: #242424. Windows color (decimal): -16178315 or 7676681. OLE color: 7676681.

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

Color convert

RGB 9 35 117 -
CMYK 0.92 0.70 0 0.54
HSL 225.56º 0.86% 0.25% -
HSV(B) 225.56º 0.92% 0.46% -
XYZ 3.92 2.54 17.11 -
YUV 36.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 9 35 117 0.92 0.70 0 0.54 225.56 0.86 0.25
Hex 9 23 75 5C 46 0 36 E2 56 19
Octal 11 43 165 134 106 0 66 342 126 31
Binary 1001 100011 1110101 1011100 1000110 0 110110 11100010 1010110 11001

Color Harmonies of #092375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092375

Black with #092375

Text Example


Text Example

White with #092375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092375; }

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

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

background-color css

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

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

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

border-color css

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

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

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