Html Css Color HEX #092582 Sapphire

📋 copy color: '#092582'

red 9 ◦ green 37 ◦ blue 130

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

Shades of Sapphire #092582

Tints of Sapphire #092582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 5.11%
G = 21.02%
B = 73.86%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#092582 (or 0x092582) is known color: Sapphire. HEX triplet: 09, 25 and 82. RGB value is (9,37,130). Sum of RGB (Red+Green+Blue) = 9+37+130=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #092582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092582 is #F6DA7D. Grayscale: #262626. Windows color (decimal): -16177790 or 8529161. OLE color: 8529161.

HSL color Cylindrical-coordinate representation of color #092582: hue angle of 226.12º 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 #092582 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 37 130 -
CMYK 0.93 0.72 0 0.49
HSL 226.12º 0.87% 0.27% -
HSV(B) 226.12º 0.93% 0.51% -
XYZ 4.8 2.99 21.44 -
YUV 39.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 9 37 130 0.93 0.72 0 0.49 226.12 0.87 0.27
Hex 9 25 82 5D 48 0 31 E2 57 1B
Octal 11 45 202 135 110 0 61 342 127 33
Binary 1001 100101 10000010 1011101 1001000 0 110001 11100010 1010111 11011

Color Harmonies of #092582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092582

Black with #092582

Text Example


Text Example

White with #092582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092582; }

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

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

background-color css

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

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

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

border-color css

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

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

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