Html Css Color HEX #092472 Sapphire

📋 copy color: '#092472'

red 9 ◦ green 36 ◦ blue 114

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

Shades of Sapphire #092472

Tints of Sapphire #092472

RGB

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

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

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

R = 5.66%
G = 22.64%
B = 71.7%

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

#092472 (or 0x092472) is known color: Sapphire. HEX triplet: 09, 24 and 72. RGB value is (9,36,114). Sum of RGB (Red+Green+Blue) = 9+36+114=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #092472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092472 is #F6DB8D. Grayscale: #242424. Windows color (decimal): -16178062 or 7480329. OLE color: 7480329.

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

Color convert

RGB 9 36 114 -
CMYK 0.92 0.68 0 0.55
HSL 224.57º 0.85% 0.24% -
HSV(B) 224.57º 0.92% 0.45% -
XYZ 3.78 2.53 16.21 -
YUV 36.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 9 36 114 0.92 0.68 0 0.55 224.57 0.85 0.24
Hex 9 24 72 5C 44 0 37 E1 55 18
Octal 11 44 162 134 104 0 67 341 125 30
Binary 1001 100100 1110010 1011100 1000100 0 110111 11100001 1010101 11000

Color Harmonies of #092472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092472

Black with #092472

Text Example


Text Example

White with #092472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092472; }

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

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

background-color css

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

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

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

border-color css

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

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

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