Html Css Color HEX #092482 Sapphire

📋 copy color: '#092482'

red 9 ◦ green 36 ◦ blue 130

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

Shades of Sapphire #092482

Tints of Sapphire #092482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 5.14%
G = 20.57%
B = 74.29%

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

#092482 (or 0x092482) is known color: Sapphire. HEX triplet: 09, 24 and 82. RGB value is (9,36,130). Sum of RGB (Red+Green+Blue) = 9+36+130=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #092482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092482 is #F6DB7D. Grayscale: #262626. Windows color (decimal): -16178046 or 8528905. OLE color: 8528905.

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

Color convert

RGB 9 36 130 -
CMYK 0.93 0.72 0 0.49
HSL 226.61º 0.87% 0.27% -
HSV(B) 226.61º 0.93% 0.51% -
XYZ 4.77 2.93 21.43 -
YUV 38.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 9 36 130 0.93 0.72 0 0.49 226.61 0.87 0.27
Hex 9 24 82 5D 48 0 31 E3 57 1B
Octal 11 44 202 135 110 0 61 343 127 33
Binary 1001 100100 10000010 1011101 1001000 0 110001 11100011 1010111 11011

Color Harmonies of #092482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092482

Black with #092482

Text Example


Text Example

White with #092482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092482; }

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

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

background-color css

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

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

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

border-color css

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

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

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