Html Css Color HEX #092270 Sapphire

📋 copy color: '#092270'

red 9 ◦ green 34 ◦ blue 112

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

Shades of Sapphire #092270

Tints of Sapphire #092270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 5.81%
G = 21.94%
B = 72.26%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092270 (or 0x092270) is known color: Sapphire. HEX triplet: 09, 22 and 70. RGB value is (9,34,112). Sum of RGB (Red+Green+Blue) = 9+34+112=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #092270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092270 is #F6DD8F. Grayscale: #232323. Windows color (decimal): -16178576 or 7348745. OLE color: 7348745.

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

Color convert

RGB 9 34 112 -
CMYK 0.92 0.70 0 0.56
HSL 225.44º 0.85% 0.24% -
HSV(B) 225.44º 0.92% 0.44% -
XYZ 3.61 2.37 15.6 -
YUV 35.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 9 34 112 0.92 0.70 0 0.56 225.44 0.85 0.24
Hex 9 22 70 5C 46 0 38 E1 55 18
Octal 11 42 160 134 106 0 70 341 125 30
Binary 1001 100010 1110000 1011100 1000110 0 111000 11100001 1010101 11000

Color Harmonies of #092270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092270

Black with #092270

Text Example


Text Example

White with #092270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092270; }

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

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

background-color css

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

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

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

border-color css

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

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

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