Html Css Color HEX #092056 Sapphire

📋 copy color: '#092056'

red 9 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #092056

Tints of Sapphire #092056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

 BLUE value IS 86 (33.98% from 255) = 67.72%

R = 7.09%
G = 25.2%
B = 67.72%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092056 (or 0x092056) is known color: Sapphire. HEX triplet: 09, 20 and 56. RGB value is (9,32,86). Sum of RGB (Red+Green+Blue) = 9+32+86=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #092056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092056 is #F6DFA9. Grayscale: #1F1F1F. Windows color (decimal): -16179114 or 5644297. OLE color: 5644297.

HSL color Cylindrical-coordinate representation of color #092056: hue angle of 222.08º 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 #092056 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 32 86 -
CMYK 0.90 0.63 0 0.66
HSL 222.08º 0.81% 0.19% -
HSV(B) 222.08º 0.9% 0.34% -
XYZ 2.31 1.76 9.02 -
YUV 31.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 9 32 86 0.90 0.63 0 0.66 222.08 0.81 0.19
Hex 9 20 56 5A 3F 0 42 DE 51 13
Octal 11 40 126 132 77 0 102 336 121 23
Binary 1001 100000 1010110 1011010 111111 0 1000010 11011110 1010001 10011

Color Harmonies of #092056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092056

Black with #092056

Text Example


Text Example

White with #092056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092056; }

 p { color: rgb(9,32,86); }

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

background-color css

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

 a { background-color: rgb(9,32,86); }

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

border-color css

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

 span { border-color: rgb(9,32,86); }

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