Html Css Color HEX #092370 Sapphire

📋 copy color: '#092370'

red 9 ◦ green 35 ◦ blue 112

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

Shades of Sapphire #092370

Tints of Sapphire #092370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.79%

R = 5.77%
G = 22.44%
B = 71.79%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092370 (or 0x092370) is known color: Sapphire. HEX triplet: 09, 23 and 70. RGB value is (9,35,112). Sum of RGB (Red+Green+Blue) = 9+35+112=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #092370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092370 is #F6DC8F. Grayscale: #232323. Windows color (decimal): -16178320 or 7349001. OLE color: 7349001.

HSL color Cylindrical-coordinate representation of color #092370: hue angle of 224.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092370 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 35 112 -
CMYK 0.92 0.69 0 0.56
HSL 224.85º 0.85% 0.24% -
HSV(B) 224.85º 0.92% 0.44% -
XYZ 3.64 2.43 15.61 -
YUV 36 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 9 35 112 0.92 0.69 0 0.56 224.85 0.85 0.24
Hex 9 23 70 5C 45 0 38 E1 55 18
Octal 11 43 160 134 105 0 70 341 125 30
Binary 1001 100011 1110000 1011100 1000101 0 111000 11100001 1010101 11000

Color Harmonies of #092370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092370

Black with #092370

Text Example


Text Example

White with #092370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092370; }

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

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

background-color css

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

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

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

border-color css

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

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

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