Html Css Color HEX #092777 Sapphire

📋 copy color: '#092777'

red 9 ◦ green 39 ◦ blue 119

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

Shades of Sapphire #092777

Tints of Sapphire #092777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

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

R = 5.39%
G = 23.35%
B = 71.26%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092777 (or 0x092777) is known color: Sapphire. HEX triplet: 09, 27 and 77. RGB value is (9,39,119). Sum of RGB (Red+Green+Blue) = 9+39+119=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #092777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092777 is #F6D888. Grayscale: #262626. Windows color (decimal): -16177289 or 7808777. OLE color: 7808777.

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

Color convert

RGB 9 39 119 -
CMYK 0.92 0.67 0 0.53
HSL 223.64º 0.86% 0.25% -
HSV(B) 223.64º 0.92% 0.47% -
XYZ 4.17 2.84 17.78 -
YUV 39.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 9 39 119 0.92 0.67 0 0.53 223.64 0.86 0.25
Hex 9 27 77 5C 43 0 35 E0 56 19
Octal 11 47 167 134 103 0 65 340 126 31
Binary 1001 100111 1110111 1011100 1000011 0 110101 11100000 1010110 11001

Color Harmonies of #092777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092777

Black with #092777

Text Example


Text Example

White with #092777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092777; }

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

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

background-color css

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

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

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

border-color css

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

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

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