Html Css Color HEX #092360 Sapphire

📋 copy color: '#092360'

red 9 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #092360

Tints of Sapphire #092360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 68.57%

R = 6.43%
G = 25%
B = 68.57%

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

#092360 (or 0x092360) is known color: Sapphire. HEX triplet: 09, 23 and 60. RGB value is (9,35,96). Sum of RGB (Red+Green+Blue) = 9+35+96=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #092360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092360 is #F6DC9F. Grayscale: #212121. Windows color (decimal): -16178336 or 6300425. OLE color: 6300425.

HSL color Cylindrical-coordinate representation of color #092360: hue angle of 222.07º 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 #092360 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 35 96 -
CMYK 0.91 0.64 0 0.62
HSL 222.07º 0.83% 0.21% -
HSV(B) 222.07º 0.91% 0.38% -
XYZ 2.83 2.1 11.32 -
YUV 34.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 9 35 96 0.91 0.64 0 0.62 222.07 0.83 0.21
Hex 9 23 60 5B 40 0 3E DE 53 15
Octal 11 43 140 133 100 0 76 336 123 25
Binary 1001 100011 1100000 1011011 1000000 0 111110 11011110 1010011 10101

Color Harmonies of #092360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092360

Black with #092360

Text Example


Text Example

White with #092360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092360; }

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

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

background-color css

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

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

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

border-color css

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

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

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