Html Css Color HEX #092471 Sapphire

📋 copy color: '#092471'

red 9 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #092471

Tints of Sapphire #092471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.52%

R = 5.7%
G = 22.78%
B = 71.52%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092471 (or 0x092471) is known color: Sapphire. HEX triplet: 09, 24 and 71. RGB value is (9,36,113). Sum of RGB (Red+Green+Blue) = 9+36+113=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #092471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092471 is #F6DB8E. Grayscale: #242424. Windows color (decimal): -16178063 or 7414793. OLE color: 7414793.

HSL color Cylindrical-coordinate representation of color #092471: hue angle of 224.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092471 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 36 113 -
CMYK 0.92 0.68 0 0.56
HSL 224.42º 0.85% 0.24% -
HSV(B) 224.42º 0.92% 0.44% -
XYZ 3.72 2.51 15.91 -
YUV 36.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 9 36 113 0.92 0.68 0 0.56 224.42 0.85 0.24
Hex 9 24 71 5C 44 0 38 E0 55 18
Octal 11 44 161 134 104 0 70 340 125 30
Binary 1001 100100 1110001 1011100 1000100 0 111000 11100000 1010101 11000

Color Harmonies of #092471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092471

Black with #092471

Text Example


Text Example

White with #092471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092471; }

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

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

background-color css

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

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

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

border-color css

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

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

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