Html Css Color HEX #092881 Sapphire

📋 copy color: '#092881'

red 9 ◦ green 40 ◦ blue 129

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

Shades of Sapphire #092881

Tints of Sapphire #092881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 72.47%

R = 5.06%
G = 22.47%
B = 72.47%

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

#092881 (or 0x092881) is known color: Sapphire. HEX triplet: 09, 28 and 81. RGB value is (9,40,129). Sum of RGB (Red+Green+Blue) = 9+40+129=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #092881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092881 is #F6D77E. Grayscale: #282828. Windows color (decimal): -16177023 or 8464393. OLE color: 8464393.

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

Color convert

RGB 9 40 129 -
CMYK 0.93 0.69 0 0.49
HSL 224.5º 0.87% 0.27% -
HSV(B) 224.5º 0.93% 0.51% -
XYZ 4.83 3.16 21.12 -
YUV 40.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 9 40 129 0.93 0.69 0 0.49 224.5 0.87 0.27
Hex 9 28 81 5D 45 0 31 E0 57 1B
Octal 11 50 201 135 105 0 61 340 127 33
Binary 1001 101000 10000001 1011101 1000101 0 110001 11100000 1010111 11011

Color Harmonies of #092881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092881

Black with #092881

Text Example


Text Example

White with #092881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092881; }

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

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

background-color css

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

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

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

border-color css

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

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

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