Html Css Color HEX #092257 Sapphire

📋 copy color: '#092257'

red 9 ◦ green 34 ◦ blue 87

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

Shades of Sapphire #092257

Tints of Sapphire #092257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 66.92%

R = 6.92%
G = 26.15%
B = 66.92%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092257 (or 0x092257) is known color: Sapphire. HEX triplet: 09, 22 and 57. RGB value is (9,34,87). Sum of RGB (Red+Green+Blue) = 9+34+87=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #092257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092257 is #F6DDA8. Grayscale: #202020. Windows color (decimal): -16178601 or 5710345. OLE color: 5710345.

HSL color Cylindrical-coordinate representation of color #092257: hue angle of 220.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092257 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 34 87 -
CMYK 0.90 0.61 0 0.66
HSL 220.77º 0.81% 0.19% -
HSV(B) 220.77º 0.9% 0.34% -
XYZ 2.4 1.89 9.25 -
YUV 32.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 9 34 87 0.90 0.61 0 0.66 220.77 0.81 0.19
Hex 9 22 57 5A 3D 0 42 DD 51 13
Octal 11 42 127 132 75 0 102 335 121 23
Binary 1001 100010 1010111 1011010 111101 0 1000010 11011101 1010001 10011

Color Harmonies of #092257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092257

Black with #092257

Text Example


Text Example

White with #092257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092257; }

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

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

background-color css

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

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

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

border-color css

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

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

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