Html Css Color HEX #092B73 Sapphire

📋 copy color: '#092B73'

red 9 ◦ green 43 ◦ blue 115

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

Shades of Sapphire #092B73

Tints of Sapphire #092B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.75%

 BLUE value IS 115 (45.31% from 255) = 68.86%

R = 5.39%
G = 25.75%
B = 68.86%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092B73 (or 0x092B73) is known color: Sapphire. HEX triplet: 09, 2B and 73. RGB value is (9,43,115). Sum of RGB (Red+Green+Blue) = 9+43+115=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #092B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B73 is #F6D48C. Grayscale: #282828. Windows color (decimal): -16176269 or 7547657. OLE color: 7547657.

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

Color convert

RGB 9 43 115 -
CMYK 0.92 0.63 0 0.55
HSL 220.75º 0.85% 0.24% -
HSV(B) 220.75º 0.92% 0.45% -
XYZ 4.07 3.02 16.59 -
YUV 41.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 9 43 115 0.92 0.63 0 0.55 220.75 0.85 0.24
Hex 9 2B 73 5C 3F 0 37 DD 55 18
Octal 11 53 163 134 77 0 67 335 125 30
Binary 1001 101011 1110011 1011100 111111 0 110111 11011101 1010101 11000

Color Harmonies of #092B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B73

Black with #092B73

Text Example


Text Example

White with #092B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,115); }

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

background-color css

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

 a { background-color: rgb(9,43,115); }

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

border-color css

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

 span { border-color: rgb(9,43,115); }

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