Html Css Color HEX #092352 Sapphire

📋 copy color: '#092352'

red 9 ◦ green 35 ◦ blue 82

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

Shades of Sapphire #092352

Tints of Sapphire #092352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 65.08%

R = 7.14%
G = 27.78%
B = 65.08%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092352 (or 0x092352) is known color: Sapphire. HEX triplet: 09, 23 and 52. RGB value is (9,35,82). Sum of RGB (Red+Green+Blue) = 9+35+82=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #092352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092352 is #F6DCAD. Grayscale: #202020. Windows color (decimal): -16178350 or 5382921. OLE color: 5382921.

HSL color Cylindrical-coordinate representation of color #092352: hue angle of 218.63º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092352 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 35 82 -
CMYK 0.89 0.57 0 0.68
HSL 218.63º 0.8% 0.18% -
HSV(B) 218.63º 0.89% 0.32% -
XYZ 2.24 1.87 8.23 -
YUV 32.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 9 35 82 0.89 0.57 0 0.68 218.63 0.8 0.18
Hex 9 23 52 59 39 0 44 DB 50 12
Octal 11 43 122 131 71 0 104 333 120 22
Binary 1001 100011 1010010 1011001 111001 0 1000100 11011011 1010000 10010

Color Harmonies of #092352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092352

Black with #092352

Text Example


Text Example

White with #092352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092352; }

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

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

background-color css

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

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

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

border-color css

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

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

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