Html Css Color HEX #092D77 Sapphire

📋 copy color: '#092D77'

red 9 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #092D77

Tints of Sapphire #092D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 5.2%
G = 26.01%
B = 68.79%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092D77 (or 0x092D77) is known color: Sapphire. HEX triplet: 09, 2D and 77. RGB value is (9,45,119). Sum of RGB (Red+Green+Blue) = 9+45+119=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #092D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D77 is #F6D288. Grayscale: #2A2A2A. Windows color (decimal): -16175753 or 7810313. OLE color: 7810313.

HSL color Cylindrical-coordinate representation of color #092D77: hue angle of 220.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092D77 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 45 119 -
CMYK 0.92 0.62 0 0.53
HSL 220.36º 0.86% 0.25% -
HSV(B) 220.36º 0.92% 0.47% -
XYZ 4.38 3.27 17.85 -
YUV 42.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 9 45 119 0.92 0.62 0 0.53 220.36 0.86 0.25
Hex 9 2D 77 5C 3E 0 35 DC 56 19
Octal 11 55 167 134 76 0 65 334 126 31
Binary 1001 101101 1110111 1011100 111110 0 110101 11011100 1010110 11001

Color Harmonies of #092D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D77

Black with #092D77

Text Example


Text Example

White with #092D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,119); }

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

background-color css

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

 a { background-color: rgb(9,45,119); }

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

border-color css

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

 span { border-color: rgb(9,45,119); }

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