Html Css Color HEX #092571 Sapphire

📋 copy color: '#092571'

red 9 ◦ green 37 ◦ blue 113

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

Shades of Sapphire #092571

Tints of Sapphire #092571

RGB

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

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

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

R = 5.66%
G = 23.27%
B = 71.07%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092571 (or 0x092571) is known color: Sapphire. HEX triplet: 09, 25 and 71. RGB value is (9,37,113). Sum of RGB (Red+Green+Blue) = 9+37+113=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #092571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092571 is #F6DA8E. Grayscale: #242424. Windows color (decimal): -16177807 or 7415049. OLE color: 7415049.

HSL color Cylindrical-coordinate representation of color #092571: hue angle of 223.85º 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 #092571 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 37 113 -
CMYK 0.92 0.67 0 0.56
HSL 223.85º 0.85% 0.24% -
HSV(B) 223.85º 0.92% 0.44% -
XYZ 3.75 2.57 15.92 -
YUV 37.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 9 37 113 0.92 0.67 0 0.56 223.85 0.85 0.24
Hex 9 25 71 5C 43 0 38 E0 55 18
Octal 11 45 161 134 103 0 70 340 125 30
Binary 1001 100101 1110001 1011100 1000011 0 111000 11100000 1010101 11000

Color Harmonies of #092571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092571

Black with #092571

Text Example


Text Example

White with #092571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092571; }

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

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

background-color css

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

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

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

border-color css

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

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

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