Html Css Color HEX #092882 Sapphire

📋 copy color: '#092882'

red 9 ◦ green 40 ◦ blue 130

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

Shades of Sapphire #092882

Tints of Sapphire #092882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 72.63%

R = 5.03%
G = 22.35%
B = 72.63%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#092882 (or 0x092882) is known color: Sapphire. HEX triplet: 09, 28 and 82. RGB value is (9,40,130). Sum of RGB (Red+Green+Blue) = 9+40+130=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #092882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092882 is #F6D77D. Grayscale: #282828. Windows color (decimal): -16177022 or 8529929. OLE color: 8529929.

HSL color Cylindrical-coordinate representation of color #092882: hue angle of 224.63º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092882 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 40 130 -
CMYK 0.93 0.69 0 0.49
HSL 224.63º 0.87% 0.27% -
HSV(B) 224.63º 0.93% 0.51% -
XYZ 4.9 3.19 21.48 -
YUV 40.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 9 40 130 0.93 0.69 0 0.49 224.63 0.87 0.27
Hex 9 28 82 5D 45 0 31 E1 57 1B
Octal 11 50 202 135 105 0 61 341 127 33
Binary 1001 101000 10000010 1011101 1000101 0 110001 11100001 1010111 11011

Color Harmonies of #092882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092882

Black with #092882

Text Example


Text Example

White with #092882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092882; }

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

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

background-color css

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

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

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

border-color css

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

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

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