Html Css Color HEX #092362 Sapphire

📋 copy color: '#092362'

red 9 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #092362

Tints of Sapphire #092362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 69.01%

R = 6.34%
G = 24.65%
B = 69.01%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092362 (or 0x092362) is known color: Sapphire. HEX triplet: 09, 23 and 62. RGB value is (9,35,98). Sum of RGB (Red+Green+Blue) = 9+35+98=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #092362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092362 is #F6DC9D. Grayscale: #222222. Windows color (decimal): -16178334 or 6431497. OLE color: 6431497.

HSL color Cylindrical-coordinate representation of color #092362: hue angle of 222.47º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092362 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 35 98 -
CMYK 0.91 0.64 0 0.62
HSL 222.47º 0.83% 0.21% -
HSV(B) 222.47º 0.91% 0.38% -
XYZ 2.92 2.14 11.81 -
YUV 34.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 9 35 98 0.91 0.64 0 0.62 222.47 0.83 0.21
Hex 9 23 62 5B 40 0 3E DE 53 15
Octal 11 43 142 133 100 0 76 336 123 25
Binary 1001 100011 1100010 1011011 1000000 0 111110 11011110 1010011 10101

Color Harmonies of #092362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092362

Black with #092362

Text Example


Text Example

White with #092362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092362; }

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

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

background-color css

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

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

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

border-color css

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

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

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