Html Css Color HEX #092677 Sapphire

📋 copy color: '#092677'

red 9 ◦ green 38 ◦ blue 119

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

Shades of Sapphire #092677

Tints of Sapphire #092677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 5.42%
G = 22.89%
B = 71.69%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092677 (or 0x092677) is known color: Sapphire. HEX triplet: 09, 26 and 77. RGB value is (9,38,119). Sum of RGB (Red+Green+Blue) = 9+38+119=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #092677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092677 is #F6D988. Grayscale: #262626. Windows color (decimal): -16177545 or 7808521. OLE color: 7808521.

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

Color convert

RGB 9 38 119 -
CMYK 0.92 0.68 0 0.53
HSL 224.18º 0.86% 0.25% -
HSV(B) 224.18º 0.92% 0.47% -
XYZ 4.14 2.78 17.77 -
YUV 38.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 9 38 119 0.92 0.68 0 0.53 224.18 0.86 0.25
Hex 9 26 77 5C 44 0 35 E0 56 19
Octal 11 46 167 134 104 0 65 340 126 31
Binary 1001 100110 1110111 1011100 1000100 0 110101 11100000 1010110 11001

Color Harmonies of #092677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092677

Black with #092677

Text Example


Text Example

White with #092677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092677; }

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

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

background-color css

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

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

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

border-color css

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

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

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