Html Css Color HEX #092572 Sapphire

📋 copy color: '#092572'

red 9 ◦ green 37 ◦ blue 114

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

Shades of Sapphire #092572

Tints of Sapphire #092572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 71.25%

R = 5.63%
G = 23.13%
B = 71.25%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092572 (or 0x092572) is known color: Sapphire. HEX triplet: 09, 25 and 72. RGB value is (9,37,114). Sum of RGB (Red+Green+Blue) = 9+37+114=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #092572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092572 is #F6DA8D. Grayscale: #252525. Windows color (decimal): -16177806 or 7480585. OLE color: 7480585.

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

Color convert

RGB 9 37 114 -
CMYK 0.92 0.68 0 0.55
HSL 224º 0.85% 0.24% -
HSV(B) 224º 0.92% 0.45% -
XYZ 3.81 2.6 16.22 -
YUV 37.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 9 37 114 0.92 0.68 0 0.55 224 0.85 0.24
Hex 9 25 72 5C 44 0 37 E0 55 18
Octal 11 45 162 134 104 0 67 340 125 30
Binary 1001 100101 1110010 1011100 1000100 0 110111 11100000 1010101 11000

Color Harmonies of #092572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092572

Black with #092572

Text Example


Text Example

White with #092572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092572; }

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

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

background-color css

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

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

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

border-color css

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

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

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