Html Css Color HEX #092870 Sapphire

📋 copy color: '#092870'

red 9 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #092870

Tints of Sapphire #092870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

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

R = 5.59%
G = 24.84%
B = 69.57%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092870 (or 0x092870) is known color: Sapphire. HEX triplet: 09, 28 and 70. RGB value is (9,40,112). Sum of RGB (Red+Green+Blue) = 9+40+112=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #092870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092870 is #F6D78F. Grayscale: #262626. Windows color (decimal): -16177040 or 7350281. OLE color: 7350281.

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

Color convert

RGB 9 40 112 -
CMYK 0.92 0.64 0 0.56
HSL 221.94º 0.85% 0.24% -
HSV(B) 221.94º 0.92% 0.44% -
XYZ 3.8 2.75 15.66 -
YUV 38.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 9 40 112 0.92 0.64 0 0.56 221.94 0.85 0.24
Hex 9 28 70 5C 40 0 38 DE 55 18
Octal 11 50 160 134 100 0 70 336 125 30
Binary 1001 101000 1110000 1011100 1000000 0 111000 11011110 1010101 11000

Color Harmonies of #092870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092870

Black with #092870

Text Example


Text Example

White with #092870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092870; }

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

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

background-color css

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

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

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

border-color css

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

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

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