Html Css Color HEX #092F72 Sapphire

📋 copy color: '#092F72'

red 9 ◦ green 47 ◦ blue 114

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

Shades of Sapphire #092F72

Tints of Sapphire #092F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.65%

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

R = 5.29%
G = 27.65%
B = 67.06%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092F72 (or 0x092F72) is known color: Sapphire. HEX triplet: 09, 2F and 72. RGB value is (9,47,114). Sum of RGB (Red+Green+Blue) = 9+47+114=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #092F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F72 is #F6D08D. Grayscale: #2A2A2A. Windows color (decimal): -16175246 or 7483145. OLE color: 7483145.

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

Color convert

RGB 9 47 114 -
CMYK 0.92 0.59 0 0.55
HSL 218.29º 0.85% 0.24% -
HSV(B) 218.29º 0.92% 0.45% -
XYZ 4.17 3.31 16.34 -
YUV 43.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 9 47 114 0.92 0.59 0 0.55 218.29 0.85 0.24
Hex 9 2F 72 5C 3B 0 37 DA 55 18
Octal 11 57 162 134 73 0 67 332 125 30
Binary 1001 101111 1110010 1011100 111011 0 110111 11011010 1010101 11000

Color Harmonies of #092F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F72

Black with #092F72

Text Example


Text Example

White with #092F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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